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

Unified Diff: cc/CCFrameRateController.h

Issue 10907075: Roll cc snapshot up to 127605 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | cc/CCFrameRateController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCFrameRateController.h
diff --git a/cc/CCFrameRateController.h b/cc/CCFrameRateController.h
index 0aa3fdfd5eea88f008b08c1f3cd114c614d66bb4..a609c38769dbf2d6dad70ac8c7c530a508fd2243 100644
--- a/cc/CCFrameRateController.h
+++ b/cc/CCFrameRateController.h
@@ -50,6 +50,7 @@ public:
double nextTickTimeIfActivated();
void setTimebaseAndInterval(double timebase, double intervalSeconds);
+ void setSwapBuffersCompleteSupported(bool);
protected:
friend class CCFrameRateControllerTimeSourceAdapter;
@@ -66,6 +67,7 @@ protected:
RefPtr<CCTimeSource> m_timeSource;
OwnPtr<CCFrameRateControllerTimeSourceAdapter> m_timeSourceClientAdapter;
bool m_active;
+ bool m_swapBuffersCompleteSupported;
// Members for unthrottled frame-rate.
bool m_isTimeSourceThrottling;
« no previous file with comments | « no previous file | cc/CCFrameRateController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698