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

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: DCHECK_GE Created 7 years, 11 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
« no previous file with comments | « cc/layer_tree_host_unittest.cc ('k') | cc/scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler.h
diff --git a/cc/scheduler.h b/cc/scheduler.h
index eee40efd94924d02850f94c26e7c401e8ec77077..02ff3ae6a94ca0060f8f970794eca46a57769839 100644
--- a/cc/scheduler.h
+++ b/cc/scheduler.h
@@ -78,6 +78,8 @@ public:
void beginFrameAborted();
void setMaxFramesPending(int);
+ int maxFramesPending() const;
+
void setSwapBuffersCompleteSupported(bool);
void didSwapBuffersComplete();
« no previous file with comments | « cc/layer_tree_host_unittest.cc ('k') | cc/scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698