Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Unified Diff: cc/trees/proxy.h

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698