| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index 4ecf6286f0098f6fdfb798077a0ed2754cbd6d74..77cf2bc5a83c7504e8155e2b0de575b27601cc9e 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -173,7 +173,7 @@ bool IsPinchVirtualViewportEnabled() {
|
| if (command_line.HasSwitch(cc::switches::kEnablePinchVirtualViewport))
|
| return true;
|
|
|
| -#if defined(OS_CHROMEOS)
|
| +#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
|
| return true;
|
| #else
|
| return false;
|
|
|