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