| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index b16ad0c90680222880d070a867a11e008df87265..15eb6fee2531e18885597e68d83c6c0bc54d610e 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -162,7 +162,7 @@
|
| if (command_line.HasSwitch(cc::switches::kEnablePinchVirtualViewport))
|
| return true;
|
|
|
| -#if defined(OS_CHROMEOS) || defined(OS_WIN)
|
| +#if defined(OS_CHROMEOS)
|
| return true;
|
| #else
|
| return false;
|
|
|