| 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 0f7c00a596b8af435a0785b08d2251401ee976be..cd7379cc1a56f2e1cbc47a53484504d5f43fc57c 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| @@ -93,10 +93,7 @@ class RenderWidgetHostViewGtk : public content::RenderWidgetHostViewBase {
|
| virtual void SelectionBoundsChanged(const gfx::Rect& start_rect,
|
| const gfx::Rect& end_rect) OVERRIDE;
|
| virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|
| - virtual bool CopyFromCompositingSurface(
|
| - const gfx::Size& size,
|
| - skia::PlatformCanvas* output) OVERRIDE;
|
| - virtual void AsyncCopyFromCompositingSurface(
|
| + virtual void CopyFromCompositingSurface(
|
| const gfx::Size& size,
|
| skia::PlatformCanvas* output,
|
| base::Callback<void(bool)> callback) OVERRIDE;
|
|
|