summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
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();