| Index: cc/test/fake_output_surface_client.cc
|
| diff --git a/cc/test/fake_output_surface_client.cc b/cc/test/fake_output_surface_client.cc
|
| index ce4feef64a04682e161bddb96abd2f3358d3f670..20de00e6bb1cbaac9094098797b6ac45c1662c8c 100644
|
| --- a/cc/test/fake_output_surface_client.cc
|
| +++ b/cc/test/fake_output_surface_client.cc
|
| @@ -12,8 +12,8 @@ bool FakeOutputSurfaceClient::DeferredInitialize(
|
| return deferred_initialize_result_;
|
| }
|
|
|
| -void FakeOutputSurfaceClient::BeginImplFrame(const BeginFrameArgs& args) {
|
| - begin_impl_frame_count_++;
|
| +void FakeOutputSurfaceClient::BeginFrame(const BeginFrameArgs& args) {
|
| + begin_frame_count_++;
|
| }
|
|
|
| void FakeOutputSurfaceClient::DidLoseOutputSurface() {
|
|
|