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

Unified Diff: cc/scheduler/frame_rate_controller.h

Issue 26880010: gfx: Add FrameTime and DisplayTime classes (Closed) Base URL: http://git.chromium.org/chromium/src.git@checkHighResNow4
Patch Set: WIP Created 7 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 | « cc/resources/resource_update_controller.cc ('k') | cc/scheduler/frame_rate_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/frame_rate_controller.h
diff --git a/cc/scheduler/frame_rate_controller.h b/cc/scheduler/frame_rate_controller.h
index 4d2e30789ea063cdb9b333dac1f7848b74f1f5d0..89872fab0671955b57df606836b7d4a06ac36f97 100644
--- a/cc/scheduler/frame_rate_controller.h
+++ b/cc/scheduler/frame_rate_controller.h
@@ -73,9 +73,9 @@ class CC_EXPORT FrameRateController {
void ManualTick();
// This returns null for unthrottled frame-rate.
- base::TimeTicks NextTickTime();
+ gfx::FrameTime NextTickTime();
// This returns now for unthrottled frame-rate.
- base::TimeTicks LastTickTime();
+ gfx::FrameTime LastTickTime();
FrameRateControllerClient* client_;
int num_frames_pending_;
« no previous file with comments | « cc/resources/resource_update_controller.cc ('k') | cc/scheduler/frame_rate_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698