| Index: content/renderer/gpu/render_widget_compositor.h
|
| diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h
|
| index 40ce9da9d855615f2fd876cdb57e55e93b54656a..46085579117da25196ec4703c0cb4712cd37a274 100644
|
| --- a/content/renderer/gpu/render_widget_compositor.h
|
| +++ b/content/renderer/gpu/render_widget_compositor.h
|
| @@ -77,6 +77,13 @@ class RenderWidgetCompositor : public WebKit::WebLayerTreeView,
|
| float page_scale) OVERRIDE;
|
| virtual scoped_ptr<cc::OutputSurface> createOutputSurface() OVERRIDE;
|
| virtual void didRecreateOutputSurface(bool success) 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 willCommit() OVERRIDE;
|
| virtual void didCommit() OVERRIDE;
|
|
|