From 1a35b724b8ad4f6b2f45f52b1e8b15331078f961 Mon Sep 17 00:00:00 2001 From: vmiura Date: Fri, 16 Jan 2015 10:05:43 -0800 Subject: 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} --- content/browser/gpu/compositor_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/gpu/compositor_util.cc') 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(); -- cgit v1.1