Index: cc/layer_tree_host_impl.h |
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h |
index 4414adb3eceedf19bb4ee2f4a7145ac3f833feb1..d95338d9b90d776b45a202705c740be55e81ccd1 100644 |
--- a/cc/layer_tree_host_impl.h |
+++ b/cc/layer_tree_host_impl.h |
@@ -327,6 +327,8 @@ private: |
// by the next sync from the main thread. |
scoped_ptr<LayerTreeImpl> m_recycleTree; |
+ bool m_didScrollOnce; |
Sami
2013/01/30 19:28:31
At the risk of bikeshedding I think this name is a
jamesr
2013/01/30 19:32:23
Or maybe it's time to move the transient scroll pr
Yusuf
2013/01/30 21:01:02
Done.
|
+ bool m_shouldBubbleScrolls; |
bool m_scrollDeltaIsInViewportSpace; |
LayerTreeSettings m_settings; |
LayerTreeDebugState m_debugState; |