diff options
Diffstat (limited to 'cc/layer_tree_impl.h')
-rw-r--r-- | cc/layer_tree_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/layer_tree_impl.h b/cc/layer_tree_impl.h index 801dde6b..308448b 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. // --------------------------------------------------------------------------- |