| Index: cc/layer_tree_impl.h
|
| diff --git a/cc/layer_tree_impl.h b/cc/layer_tree_impl.h
|
| index 801dde6ba6e33aac9b55f777ab9b4861d2c4a1e3..308448b6c6f37a678296b033f5109560a1f5c5b1 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.
|
| // ---------------------------------------------------------------------------
|
|
|