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

Unified Diff: cc/CCScheduler.h

Issue 11028021: cc: Improve frame/commit accounting (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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/CCScheduler.h
diff --git a/cc/CCScheduler.h b/cc/CCScheduler.h
index 364d14d974f4c3f9b6bbab10e9ae6a7c9bb48c99..ccd680651b5a148d34fb1d6d034381f5b043b4af 100644
--- a/cc/CCScheduler.h
+++ b/cc/CCScheduler.h
@@ -90,6 +90,8 @@ public:
// CCFrameRateControllerClient implementation
virtual void vsyncTick(bool throttled) OVERRIDE;
+ void renderingStats(CCRenderingStats* stats) const;
+
private:
CCScheduler(CCSchedulerClient*, PassOwnPtr<CCFrameRateController>);
« cc/CCRenderingStats.h ('K') | « cc/CCRenderingStats.h ('k') | cc/CCScheduler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698