| Index: cc/trees/proxy.h
|
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
|
| index 6100562f444c51a13ded9ca59bf76e69db1ace17..f59aaa476ce9950fd3b958a5da8da528a250fd98 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 CommitPendingForTesting() = 0;
|
|
|
|
|