Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index 8d72728cfe07bd5cc2820f2a0e91bfcfb6c41c5e..68315407013e9ba0b8f09d58a67efc95d69b28dc 100644 |
--- a/cc/trees/proxy.h |
+++ b/cc/trees/proxy.h |
@@ -100,6 +100,10 @@ class CC_EXPORT Proxy { |
virtual void SetDebugState(const LayerTreeDebugState& debug_state) = 0; |
+ virtual void SetAuthoritativeVSyncInterval(base::TimeDelta interval); |
+ |
+ virtual void SetChildrenNeedBeginFrames(bool need_begin_frame); |
+ |
// Testing hooks |
virtual bool MainFrameWillHappenForTesting() = 0; |