Index: cc/layer_tree_impl.cc |
diff --git a/cc/layer_tree_impl.cc b/cc/layer_tree_impl.cc |
index 7c2cc4cfeb5fe3c6afa7aaa18695d9074d7d4c1a..805db07d806c60544bb30132b865137b6f029c3c 100644 |
--- a/cc/layer_tree_impl.cc |
+++ b/cc/layer_tree_impl.cc |
@@ -229,6 +229,10 @@ int LayerTreeImpl::MaxTextureSize() const { |
return layer_tree_host_impl_->rendererCapabilities().maxTextureSize; |
} |
+bool LayerTreeImpl::PinchGestureActive() const { |
+ return layer_tree_host_impl_->pinchGestureActive(); |
+} |
+ |
void LayerTreeImpl::SetNeedsRedraw() { |
layer_tree_host_impl_->setNeedsRedraw(); |
} |