| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index a652c39dbd9c6bc62ecff1ff5dc7a4e15dfb3486..c10d41d28a24e08a374aec00d1740484c9bc2fda 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -305,7 +305,7 @@ bool IsForceGpuRasterizationEnabled() {
|
|
|
| bool UseSurfacesEnabled() {
|
| #if defined(OS_ANDROID)
|
| - return false;
|
| + return true;
|
| #endif
|
| bool enabled = false;
|
| #if defined(USE_AURA) || defined(OS_MACOSX)
|
|
|