| Index: cc/test/fake_output_surface_client.h
|
| diff --git a/cc/test/fake_output_surface_client.h b/cc/test/fake_output_surface_client.h
|
| index b944d09b9b9332e32daa3add7498c6359d48c512..ad61d43bf168ad980605ee9d9e79e16df24445aa 100644
|
| --- a/cc/test/fake_output_surface_client.h
|
| +++ b/cc/test/fake_output_surface_client.h
|
| @@ -23,7 +23,7 @@ class FakeOutputSurfaceClient : public OutputSurfaceClient {
|
| scoped_refptr<ContextProvider> offscreen_context_provider) OVERRIDE;
|
| virtual void ReleaseGL() OVERRIDE {}
|
| virtual void SetNeedsRedrawRect(const gfx::Rect& damage_rect) OVERRIDE {}
|
| - virtual void BeginImplFrame(const BeginFrameArgs& args) OVERRIDE;
|
| + virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
|
| virtual void DidSwapBuffers() OVERRIDE {}
|
| virtual void OnSwapBuffersComplete() OVERRIDE {}
|
| virtual void ReclaimResources(const CompositorFrameAck* ack) OVERRIDE {}
|
|
|