Index: webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
index 72d39b2e058fd93f4b9feec4b10ed77b634e5064..b727c70c32d2fb7ed72a9bd260297f2876789f17 100644 |
--- a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
+++ b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
@@ -67,6 +67,11 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView, |
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; |