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

Unified Diff: cc/scheduler.h

Issue 11747002: cc: Set the max frames pending from the thread proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/scheduler.h
diff --git a/cc/scheduler.h b/cc/scheduler.h
index 93cd100591d09301e3f868925558cdd97cda8d1a..39cbeead37631b731c04137a1a8bd1af252f6934 100644
--- a/cc/scheduler.h
+++ b/cc/scheduler.h
@@ -77,6 +77,8 @@ public:
void beginFrameAborted();
void setMaxFramesPending(int);
+ int maxFramesPending() const;
+
void setSwapBuffersCompleteSupported(bool);
void didSwapBuffersComplete();

Powered by Google App Engine
This is Rietveld 408576698