Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index 6100562f444c51a13ded9ca59bf76e69db1ace17..6e4f4b6e03721ab0e29c032101b8d47ea3f7c8c5 100644 |
--- a/cc/trees/proxy.h |
+++ b/cc/trees/proxy.h |
@@ -100,6 +100,8 @@ class CC_EXPORT Proxy { |
virtual void SetDebugState(const LayerTreeDebugState& debug_state) = 0; |
+ virtual void BeginFrameRequested() = 0; |
brianderson
2014/08/21 00:14:00
SetChildrenNeedBeginFrames(bool enable)?
The 's'
simonhong
2014/08/26 08:24:48
This also removed.
|
+ |
// Testing hooks |
virtual bool CommitPendingForTesting() = 0; |