summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorjbauman <jbauman@chromium.org>2015-01-21 13:54:08 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-21 21:55:05 +0000
commit277d5afcf3d9001774b23a15e1b8b1a88cc36f16 (patch)
treea7597e1824060dbf932da9fe10ecb6b6ce3aef9a /content
parente0a7b6fde4d924dd469e049082983edd11a8d162 (diff)
downloadchromium_src-277d5afcf3d9001774b23a15e1b8b1a88cc36f16.zip
chromium_src-277d5afcf3d9001774b23a15e1b8b1a88cc36f16.tar.gz
chromium_src-277d5afcf3d9001774b23a15e1b8b1a88cc36f16.tar.bz2
Enable Surfaces on Android (try #2)
All the contents (browser and renderer) are put into a single Surface. BUG=449319 Review URL: https://codereview.chromium.org/862903005 Cr-Commit-Position: refs/heads/master@{#312462}
Diffstat (limited to 'content')
-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 444f43c..2644a20 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 false;
+ return true;
#else
const base::CommandLine& command_line =
*base::CommandLine::ForCurrentProcess();