| Index: content/browser/renderer_host/render_widget_host_view_mac.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
|
| index 7056b1c6f16c13863980f09ae904f3ae2acfcafd..54e96af51fdda1bd9be4a8d08e55306264c9b399 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_mac.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.h
|
| @@ -231,10 +231,7 @@ class RenderWidgetHostViewMac : public content::RenderWidgetHostViewBase {
|
| size_t offset,
|
| const ui::Range& range) 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;
|
|
|