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

Unified Diff: cc/CCDelayBasedTimeSource.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
« no previous file with comments | « no previous file | cc/CCDelayBasedTimeSource.cpp » ('j') | cc/CCFrameRateController.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCDelayBasedTimeSource.h
diff --git a/cc/CCDelayBasedTimeSource.h b/cc/CCDelayBasedTimeSource.h
index bf183f7aa7313e2ffd2131829f77e6a7d83b773a..55aed38113e5e73d135b46c56851380abda1c142 100644
--- a/cc/CCDelayBasedTimeSource.h
+++ b/cc/CCDelayBasedTimeSource.h
@@ -33,6 +33,7 @@ public:
// inactive.
virtual base::TimeTicks lastTickTime() OVERRIDE;
virtual base::TimeTicks nextTickTime() OVERRIDE;
+ virtual base::TimeDelta interval() OVERRIDE;
// CCTimerClient implementation.
virtual void onTimerFired() OVERRIDE;
« no previous file with comments | « no previous file | cc/CCDelayBasedTimeSource.cpp » ('j') | cc/CCFrameRateController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698