Index: content/browser/renderer_host/test_render_view_host.h |
diff --git a/content/browser/renderer_host/test_render_view_host.h b/content/browser/renderer_host/test_render_view_host.h |
index e851d3d5fa2ed1e3d4cd10c37817712725874c36..1abd3d6656ec55dec5c34ac3e2ffd9d6caf4c68f 100644 |
--- a/content/browser/renderer_host/test_render_view_host.h |
+++ b/content/browser/renderer_host/test_render_view_host.h |
@@ -98,7 +98,8 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase { |
virtual void SetTooltipText(const string16& tooltip_text) OVERRIDE {} |
virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; |
virtual void CopyFromCompositingSurface( |
- const gfx::Size& size, |
+ const gfx::Rect& src_subrect, |
+ const gfx::Size& dst_size, |
const base::Callback<void(bool)>& callback, |
skia::PlatformCanvas* output) OVERRIDE; |
virtual void OnAcceleratedCompositingStateChange() OVERRIDE; |