Commit da8d2304 authored by bokan's avatar bokan Committed by Commit bot

Turn on pinch virtual-viewport by default on Windows

BUG=148816

Review URL: https://codereview.chromium.org/516653002

Cr-Commit-Position: refs/heads/master@{#293727}
parent badb49ab
......@@ -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_WIN)
return true;
#else
return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment