Index: trunk/src/cc/output/output_surface.h |
=================================================================== |
--- trunk/src/cc/output/output_surface.h (revision 250808) |
+++ trunk/src/cc/output/output_surface.h (working copy) |
@@ -159,8 +159,8 @@ |
// The FrameRateController is deprecated. |
// Platforms should move to native BeginImplFrames instead. |
- void OnVSyncParametersChanged(base::TimeTicks timebase, |
- base::TimeDelta interval); |
+ void CommitVSyncParameters(base::TimeTicks timebase, |
+ base::TimeDelta interval); |
virtual void FrameRateControllerTick(bool throttled, |
const BeginFrameArgs& args) OVERRIDE; |
scoped_ptr<FrameRateController> frame_rate_controller_; |