Index: cc/layer_tree_host_impl.h |
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h |
index 350bb6140321d3e78417cd5096d61face93d5695..12cecc26e38c01019e834d1f035c248651ac91d9 100644 |
--- a/cc/layer_tree_host_impl.h |
+++ b/cc/layer_tree_host_impl.h |
@@ -320,6 +320,8 @@ private: |
// by the next sync from the main thread. |
scoped_ptr<LayerTreeImpl> m_recycleTree; |
+ bool m_didLockScrollingLayer; |
+ bool m_shouldBubbleScrolls; |
bool m_scrollDeltaIsInViewportSpace; |
LayerTreeSettings m_settings; |
LayerTreeDebugState m_debugState; |