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 bf44a932e65ef9c18ccaa63ffc5cf606dde5c43f..1514fcf5172ff1821944ea522ee995840cce49a5 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -65,8 +65,7 @@ class CONTENT_EXPORT CompositorImpl |
virtual void layout() OVERRIDE; |
virtual void applyScrollAndScale(gfx::Vector2d scrollDelta, |
float pageScale) OVERRIDE; |
- virtual scoped_ptr<WebKit::WebCompositorOutputSurface> createOutputSurface() |
- OVERRIDE; |
+ virtual scoped_ptr<cc::OutputSurface> createOutputSurface() OVERRIDE; |
virtual scoped_ptr<cc::InputHandler> createInputHandler() OVERRIDE; |
virtual void didRecreateOutputSurface(bool success) OVERRIDE; |
virtual void willCommit() OVERRIDE {} |