Index: cc/CCLayerTreeHostImpl.h |
diff --git a/cc/CCLayerTreeHostImpl.h b/cc/CCLayerTreeHostImpl.h |
index 668a8a82058a5a62fefb18bd522eb7ff807ee163..5e814816dabaaf27aadac70e1912b782353fee82 100644 |
--- a/cc/CCLayerTreeHostImpl.h |
+++ b/cc/CCLayerTreeHostImpl.h |
@@ -293,6 +293,8 @@ private: |
OwnPtr<CCFrameRateCounter> m_fpsCounter; |
OwnPtr<CCDebugRectHistory> m_debugRectHistory; |
+ |
+ bool m_didImplThreadScroll; |
}; |
}; |