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

Unified Diff: cc/trees/proxy.h

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working on aura with --enable-begin-frame-scheduling Created 6 years, 4 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..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;

Powered by Google App Engine
This is Rietveld 408576698