summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/compositor_util.cc
diff options
context:
space:
mode:
authorvmiura <vmiura@chromium.org>2015-01-16 10:05:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-16 18:06:38 +0000
commit1a35b724b8ad4f6b2f45f52b1e8b15331078f961 (patch)
tree349ba75802ca33c3b2fa8f2a414f49cf5a2e5048 /content/browser/gpu/compositor_util.cc
parent0dfe9b34abdf6b3ee1940af7a33bb3daa14dcb90 (diff)
downloadchromium_src-1a35b724b8ad4f6b2f45f52b1e8b15331078f961.zip
chromium_src-1a35b724b8ad4f6b2f45f52b1e8b15331078f961.tar.gz
chromium_src-1a35b724b8ad4f6b2f45f52b1e8b15331078f961.tar.bz2
Revert of Enable Surfaces on Android. (patchset #1 id:1 of https://codereview.chromium.org/847423002/)
Reason for revert: Failing GPU tests on Android. crbug.com/449592 Original issue's description: > Enable Surfaces on Android. > > All the contents (browser and renderer) are put into a single Surface. > > BUG=449319 > > Committed: https://crrev.com/8a7bd07d02b176532e24d71776fe359bc949146d > Cr-Commit-Position: refs/heads/master@{#311830} TBR=sievers@chromium.org,jbauman@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=449319 Review URL: https://codereview.chromium.org/854023005 Cr-Commit-Position: refs/heads/master@{#311922}
Diffstat (limited to 'content/browser/gpu/compositor_util.cc')
-rw-r--r--content/browser/gpu/compositor_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
index 2644a20..444f43c 100644
--- a/content/browser/gpu/compositor_util.cc
+++ b/content/browser/gpu/compositor_util.cc
@@ -296,7 +296,7 @@ bool IsForceGpuRasterizationEnabled() {
bool UseSurfacesEnabled() {
#if defined(OS_ANDROID)
- return true;
+ return false;
#else
const base::CommandLine& command_line =
*base::CommandLine::ForCurrentProcess();