| 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 0b369b27f3eae29d9e91d17962192624d13f62f3..234135cc3ded04f38405cfd6dc9351b9e00539f5 100644
|
| --- a/content/renderer/gpu/compositor_output_surface.h
|
| +++ b/content/renderer/gpu/compositor_output_surface.h
|
| @@ -58,9 +58,7 @@ class CompositorOutputSurface
|
| // cc::OutputSurface implementation.
|
| virtual bool BindToClient(cc::OutputSurfaceClient* client) OVERRIDE;
|
| virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;
|
| -#if defined(OS_ANDROID)
|
| virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
|
| -#endif
|
|
|
| // TODO(epenner): This seems out of place here and would be a better fit
|
| // int CompositorThread after it is fully refactored (http://crbug/170828)
|
| @@ -100,9 +98,7 @@ class CompositorOutputSurface
|
| void OnMessageReceived(const IPC::Message& message);
|
| void OnUpdateVSyncParametersFromBrowser(base::TimeTicks timebase,
|
| base::TimeDelta interval);
|
| -#if defined(OS_ANDROID)
|
| void OnBeginFrame(const cc::BeginFrameArgs& args);
|
| -#endif
|
| bool Send(IPC::Message* message);
|
|
|
| bool use_swap_compositor_frame_message_;
|
|
|