| Index: cc/output/output_surface_unittest.cc
|
| diff --git a/cc/output/output_surface_unittest.cc b/cc/output/output_surface_unittest.cc
|
| index b0220fbcc5dfe576a5872e0b2d29ccc35ae7dc4b..73a76a335d379d07bfcdcef9d15c9533dd6590f4 100644
|
| --- a/cc/output/output_surface_unittest.cc
|
| +++ b/cc/output/output_surface_unittest.cc
|
| @@ -46,9 +46,9 @@
|
|
|
| using OutputSurface::ReleaseGL;
|
|
|
| - void CommitVSyncParametersForTesting(base::TimeTicks timebase,
|
| - base::TimeDelta interval) {
|
| - CommitVSyncParameters(timebase, interval);
|
| + void OnVSyncParametersChangedForTesting(base::TimeTicks timebase,
|
| + base::TimeDelta interval) {
|
| + OnVSyncParametersChanged(timebase, interval);
|
| }
|
|
|
| void BeginImplFrameForTesting() {
|
| @@ -387,7 +387,7 @@
|
|
|
| // We need to subtract an epsilon from Now() because some platforms have
|
| // a slow clock.
|
| - output_surface.CommitVSyncParametersForTesting(
|
| + output_surface.OnVSyncParametersChangedForTesting(
|
| gfx::FrameTime::Now() - base::TimeDelta::FromSeconds(1), big_interval);
|
|
|
| output_surface.SetMaxFramesPending(2);
|
|
|