| Index: content/renderer/render_thread_impl.cc
|
| ===================================================================
|
| --- content/renderer/render_thread_impl.cc (revision 160422)
|
| +++ content/renderer/render_thread_impl.cc (working copy)
|
| @@ -576,6 +576,8 @@
|
| command_line.HasSwitch(switches::kEnablePerTilePainting));
|
| compositor_support->setPartialSwapEnabled(
|
| command_line.HasSwitch(switches::kEnablePartialSwap));
|
| + compositor_support->setPageScalePinchZoomEnabled(
|
| + command_line.HasSwitch(switches::kEnablePinchInCompositor));
|
|
|
| // TODO(fsamuel): Guests don't currently support threaded compositing.
|
| // This should go away with the new design of the browser plugin.
|
|
|