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

Unified Diff: cc/scheduler/scheduler.h

Issue 12922002: cc: Chromify FrameRateController (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/scheduler.h
diff --git a/cc/scheduler/scheduler.h b/cc/scheduler/scheduler.h
index c91f60406f1178c3e17a653bcd34ff132f7395b8..dc2e1abdb0a4969dc67880ff30b324d206e9aa3d 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -104,7 +104,7 @@ class CC_EXPORT Scheduler : FrameRateControllerClient {
base::TimeTicks LastVSyncTime();
// FrameRateControllerClient implementation
- virtual void vsyncTick(bool throttled) OVERRIDE;
+ virtual void VsyncTick(bool throttled) OVERRIDE;
private:
Scheduler(SchedulerClient* client,

Powered by Google App Engine
This is Rietveld 408576698