Index: content/renderer/gpu/compositor_output_surface.h |
diff --git a/content/renderer/gpu/compositor_output_surface.h b/content/renderer/gpu/compositor_output_surface.h |
index 62e159de9a1b98dddadd8e2a4202af9f22c4e21f..b57f2811a5be92556cd86218afe802faa516cc9a 100644 |
--- a/content/renderer/gpu/compositor_output_surface.h |
+++ b/content/renderer/gpu/compositor_output_surface.h |
@@ -54,7 +54,7 @@ class CompositorOutputSurface |
virtual bool BindToClient(cc::OutputSurfaceClient* client) OVERRIDE; |
virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE; |
#if defined(OS_ANDROID) |
- virtual void SetNeedsBeginImplFrame(bool enable) OVERRIDE; |
+ virtual void SetNeedsBeginFrame(bool enable) OVERRIDE; |
#endif |
// TODO(epenner): This seems out of place here and would be a better fit |
@@ -93,7 +93,7 @@ class CompositorOutputSurface |
void OnUpdateVSyncParametersFromBrowser(base::TimeTicks timebase, |
base::TimeDelta interval); |
#if defined(OS_ANDROID) |
- void OnBeginImplFrame(const cc::BeginFrameArgs& args); |
+ void OnBeginFrame(const cc::BeginFrameArgs& args); |
#endif |
bool Send(IPC::Message* message); |