| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index b751f06c9416b1ccfec2e2cb26ad723d6925fa4d..44787547b1c8def5400e80d2f8c182ed57345bfa 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -159,8 +159,8 @@
|
|
|
| // The FrameRateController is deprecated.
|
| // Platforms should move to native BeginImplFrames instead.
|
| - void CommitVSyncParameters(base::TimeTicks timebase,
|
| - base::TimeDelta interval);
|
| + void OnVSyncParametersChanged(base::TimeTicks timebase,
|
| + base::TimeDelta interval);
|
| virtual void FrameRateControllerTick(bool throttled,
|
| const BeginFrameArgs& args) OVERRIDE;
|
| scoped_ptr<FrameRateController> frame_rate_controller_;
|
|
|