| Index: content/browser/android/in_process/synchronous_compositor_impl.h
|
| diff --git a/content/browser/android/in_process/synchronous_compositor_impl.h b/content/browser/android/in_process/synchronous_compositor_impl.h
|
| index 3cf1b6193581708929f9e5f831620a1e22a62a28..44b5daeb30e356004a3febee6a20f7dfb4f970d3 100644
|
| --- a/content/browser/android/in_process/synchronous_compositor_impl.h
|
| +++ b/content/browser/android/in_process/synchronous_compositor_impl.h
|
| @@ -49,7 +49,8 @@ class SynchronousCompositorImpl
|
| virtual void SetClient(SynchronousCompositorClient* compositor_client)
|
| OVERRIDE;
|
| virtual bool InitializeHwDraw(
|
| - scoped_refptr<gfx::GLSurface> surface) OVERRIDE;
|
| + scoped_refptr<gfx::GLSurface> surface,
|
| + scoped_refptr<gpu::InProcessCommandBuffer::Service> service) OVERRIDE;
|
| virtual void ReleaseHwDraw() OVERRIDE;
|
| virtual bool DemandDrawHw(
|
| gfx::Size surface_size,
|
|
|