| Index: cc/test/fake_output_surface.cc
|
| diff --git a/cc/test/fake_output_surface.cc b/cc/test/fake_output_surface.cc
|
| index e72253ca69e6d5f0b3c54519c4479f40623bc720..5e0fb7d0c1043e4d90d4c6e31bf77d137a2f1528 100644
|
| --- a/cc/test/fake_output_surface.cc
|
| +++ b/cc/test/fake_output_surface.cc
|
| @@ -88,7 +88,7 @@ void FakeOutputSurface::SetNeedsBeginImplFrame(bool enable) {
|
| needs_begin_impl_frame_ = enable;
|
| OutputSurface::SetNeedsBeginImplFrame(enable);
|
|
|
| - // If there is not BeginImplFrame emulation from the FrameRateController,
|
| + // If there is not BeginImplFrame emulation from the BeginFrameSource,
|
| // then we just post a BeginImplFrame to emulate it as part of the test.
|
| if (enable && !frame_rate_controller_) {
|
| base::MessageLoop::current()->PostDelayedTask(
|
|
|