| Index: content/renderer/android/synchronous_compositor_proxy.h
|
| diff --git a/content/renderer/android/synchronous_compositor_proxy.h b/content/renderer/android/synchronous_compositor_proxy.h
|
| index 78b709b83ef28a0642a131a4f809cee7154e01db..d6f9e1ae99628620c3c0d7c74b6afa67bc87cfcc 100644
|
| --- a/content/renderer/android/synchronous_compositor_proxy.h
|
| +++ b/content/renderer/android/synchronous_compositor_proxy.h
|
| @@ -67,6 +67,7 @@ class SynchronousCompositorProxy
|
| void OnNeedsBeginFramesChange(bool needs_begin_frames) override;
|
|
|
| // SynchronousCompositorOutputSurfaceClient overrides.
|
| + void DidActivatePendingTree() override;
|
| void Invalidate() override;
|
| void SwapBuffers(uint32_t output_surface_id,
|
| cc::CompositorFrame* frame) override;
|
| @@ -122,8 +123,6 @@ class SynchronousCompositorProxy
|
| void SendDemandDrawSwReply(bool success,
|
| cc::CompositorFrame* frame,
|
| IPC::Message* reply_message);
|
| - void DidActivatePendingTree();
|
| - void DeliverMessages();
|
| void SendAsyncRendererStateIfNeeded();
|
|
|
| const int routing_id_;
|
|
|