| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 4091d4823c30e43252670277a8034784bd66fa13..d6ba5795bf05a63850e8b3e65bddf0f7e6e21a1e 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -304,6 +304,8 @@ public:
|
|
|
| skia::RefPtr<SkPicture> capturePicture();
|
|
|
| + bool pinchGestureActive() const { return m_pinchGestureActive; }
|
| +
|
| protected:
|
| LayerTreeHostImpl(const LayerTreeSettings&, LayerTreeHostImplClient*, Proxy*);
|
| void activatePendingTree();
|
|
|