| Index: webkit/compositor_bindings/web_compositor_support_impl.cc
|
| ===================================================================
|
| --- webkit/compositor_bindings/web_compositor_support_impl.cc (revision 160422)
|
| +++ webkit/compositor_bindings/web_compositor_support_impl.cc (working copy)
|
| @@ -121,6 +121,13 @@
|
| #endif
|
| }
|
|
|
| +void WebCompositorSupportImpl::setPageScalePinchZoomEnabled(bool enabled) {
|
| +#if defined(USE_LIBCC_FOR_COMPOSITOR)
|
| + WebCompositorImpl::setPageScalePinchZoomEnabled(enabled);
|
| +#else
|
| + WebCompositor::setPageScalePinchZoomEnabled(enabled);
|
| +#endif
|
| +}
|
|
|
| WebLayerTreeView* WebCompositorSupportImpl::createLayerTreeView(
|
| WebLayerTreeViewClient* client, const WebLayer& root,
|
|
|