Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index cf7e4158b6f061cf0154405b31fc84f75ba543fb..0633470d0c918944d07360ba45bc45a724262c4b 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -86,6 +86,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
virtual bool CopyFromBackingStoreToCGContext(const CGRect& dest_rect, |
CGContextRef target) OVERRIDE; |
#endif |
+ virtual bool CopyFromCompositingSurface( |
+ const gfx::Size& size, |
+ skia::PlatformCanvas* output) OVERRIDE; |
virtual void EnableRendererAccessibility() OVERRIDE; |
virtual void ForwardMouseEvent( |
const WebKit::WebMouseEvent& mouse_event) OVERRIDE; |