| Index: cc/layer_tree_impl.h
|
| diff --git a/cc/layer_tree_impl.h b/cc/layer_tree_impl.h
|
| index fef94c551b0c68e446f2cd08684f2e4aa4dd7104..f80d4d17dd9c5814c6784945594b440c4a913455 100644
|
| --- a/cc/layer_tree_impl.h
|
| +++ b/cc/layer_tree_impl.h
|
| @@ -55,6 +55,7 @@ class CC_EXPORT LayerTreeImpl {
|
| LayerImpl* FindActiveTreeLayerById(int id);
|
| LayerImpl* FindPendingTreeLayerById(int id);
|
| int MaxTextureSize() const;
|
| + bool PinchGestureActive() const;
|
|
|
| // Tree specific methods exposed to layer-impl tree.
|
| // ---------------------------------------------------------------------------
|
|
|