| Index: content/browser/android/in_process/synchronous_compositor_factory_impl.h
|
| diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.h b/content/browser/android/in_process/synchronous_compositor_factory_impl.h
|
| index 7fdc9104f3a715d8e08981548a74e619f3738c1c..8b6d642c80e7e77c5056eb42055b6c232cb2a072 100644
|
| --- a/content/browser/android/in_process/synchronous_compositor_factory_impl.h
|
| +++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.h
|
| @@ -32,7 +32,9 @@ class SynchronousCompositorFactoryImpl : public SynchronousCompositorFactory {
|
| // SynchronousCompositorFactory
|
| virtual scoped_refptr<base::MessageLoopProxy> GetCompositorMessageLoop()
|
| OVERRIDE;
|
| - virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(int routing_id)
|
| + virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
|
| + int routing_id,
|
| + scoped_refptr<content::FrameSwapMessageQueue> frame_swap_message_queue)
|
| OVERRIDE;
|
| virtual InputHandlerManagerClient* GetInputHandlerManagerClient() OVERRIDE;
|
| virtual scoped_refptr<webkit::gpu::ContextProviderWebContext>
|
|
|