| Index: content/browser/renderer_host/compositor_impl_android.h
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
|
| index a3b728e559b9098c8a3b8a100bcf79dcf5a877d6..67967aef5d380504d867cd8959a1d731ab29848f 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -70,6 +70,13 @@ class CONTENT_EXPORT CompositorImpl
|
| virtual void applyScrollAndScale(gfx::Vector2d scrollDelta,
|
| float pageScale) OVERRIDE;
|
| virtual scoped_ptr<cc::OutputSurface> createOutputSurface() OVERRIDE;
|
| + virtual WebKit::WebGraphicsContext3D* OffscreenContext3dForMainThread()
|
| + OVERRIDE;
|
| + virtual WebKit::WebGraphicsContext3D* OffscreenContext3dForCompositorThread()
|
| + OVERRIDE;
|
| + virtual GrContext* OffscreenGrContextForMainThread() OVERRIDE;
|
| + virtual GrContext* OffscreenGrContextForCompositorThread() OVERRIDE;
|
| + virtual void DestroyOffscreenContext3dForCompositorThread() OVERRIDE;
|
| virtual scoped_ptr<cc::InputHandler> createInputHandler() OVERRIDE;
|
| virtual void didRecreateOutputSurface(bool success) OVERRIDE;
|
| virtual void willCommit() OVERRIDE {}
|
|
|