| Index: content/browser/renderer_host/render_widget_host_view_gtk.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_gtk.h b/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| index 797c607002bf4e9333cd4018174cab71b48d9d00..c5b0a6477f95cee248457438af4e42a9f1ccc0f5 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| @@ -97,7 +97,8 @@ class CONTENT_EXPORT RenderWidgetHostViewGtk
|
| const gfx::Rect& end_rect) 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;
|
|
|