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 b8543e3c9bdaa20e03a8f850bd18f694747e863d..b3b9d9f599dbb300367f284a27c22f1ac0cda580 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -87,6 +87,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; |