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

Unified Diff: cc/scheduler.h

Issue 12804006: cc: Save correct frame begin time to FrameRateCounter (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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 52a7a4c4807afc0488d4e8fa67e9f3f871e9b8ef..3b97738b99c3d5c324806ea2632bba93ba58349f 100644
--- a/cc/scheduler.h
+++ b/cc/scheduler.h
@@ -98,6 +98,7 @@ public:
void setTimebaseAndInterval(base::TimeTicks timebase, base::TimeDelta interval);
base::TimeTicks anticipatedDrawTime();
+ base::TimeTicks lastDrawTime();
// FrameRateControllerClient implementation
virtual void vsyncTick(bool throttled) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698