| Index: content/browser/renderer_host/render_widget_host_view_win.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_win.h b/content/browser/renderer_host/render_widget_host_view_win.h
|
| index c382e7c4f7f1be339580a5398d2908f93753ee14..efb73ae9acb67653c38ee79492f208a6f20dd39a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_win.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_win.h
|
| @@ -191,7 +191,8 @@ class RenderWidgetHostViewWin
|
| 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;
|
|
|