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

Unified Diff: cc/scheduler/scheduler.h

Issue 15058004: cc: Rename VSync to BeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix test compiler errors Created 7 years, 7 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/scheduler.h
diff --git a/cc/scheduler/scheduler.h b/cc/scheduler/scheduler.h
index fb1105b959586bf701a756e687d3b7ad1d0a787b..f80f99886061eda79e0bb10d560a9196ecf96e2e 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -107,10 +107,10 @@ class CC_EXPORT Scheduler : FrameRateControllerClient {
base::TimeTicks AnticipatedDrawTime();
- base::TimeTicks LastVSyncTime();
+ base::TimeTicks LastBeginFrameTime();
// FrameRateControllerClient implementation
- virtual void VSyncTick(bool throttled) OVERRIDE;
+ virtual void BeginFrame(bool throttled) OVERRIDE;
private:
Scheduler(SchedulerClient* client,

Powered by Google App Engine
This is Rietveld 408576698