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 5942911634a7894b9e0ae0ca8490231c6e90cf29..207a37bdcc8ae86ead60efe3fafd2903e2ea34ea 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -77,7 +77,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
virtual void UpdateTextDirection(WebKit::WebTextDirection direction) OVERRIDE; |
virtual void NotifyTextDirection() OVERRIDE; |
virtual void Blur() OVERRIDE; |
- virtual bool CopyFromBackingStore(skia::PlatformCanvas* output) OVERRIDE; |
+ virtual bool CopyFromBackingStore(const gfx::Size& dest_size, |
+ skia::PlatformCanvas* output) OVERRIDE; |
#if defined(TOOLKIT_GTK) |
virtual bool CopyFromBackingStoreToGtkWindow(const gfx::Rect& dest_rect, |
GdkWindow* target) OVERRIDE; |