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

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: Rebase to 188402 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
« no previous file with comments | « cc/layer_tree_host_impl_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 5e727d9e88f138ba70671ab727d3c41c5a998d72..8eacad01546a4c0eae7a41deecbe8f337b1a3697 100644
--- a/cc/scheduler.h
+++ b/cc/scheduler.h
@@ -99,6 +99,8 @@ public:
base::TimeTicks anticipatedDrawTime();
+ base::TimeTicks lastVSyncTime();
+
// FrameRateControllerClient implementation
virtual void vsyncTick(bool throttled) OVERRIDE;
« no previous file with comments | « cc/layer_tree_host_impl_unittest.cc ('k') | cc/scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698