| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 673f29f9eb398b35a9d0dd4192e4bce783215b17..5a2ee7e4364a73965e06f7968400dd8234b9f41e 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -79,10 +79,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| virtual void UpdateTextDirection(WebKit::WebTextDirection direction) OVERRIDE;
|
| virtual void NotifyTextDirection() OVERRIDE;
|
| virtual void Blur() OVERRIDE;
|
| - virtual bool CopyFromBackingStore(const gfx::Rect& src_rect,
|
| - const gfx::Size& accelerated_dest_size,
|
| - skia::PlatformCanvas* output) OVERRIDE;
|
| - virtual void AsyncCopyFromBackingStore(
|
| + virtual void CopyFromBackingStore(
|
| const gfx::Rect& src_rect,
|
| const gfx::Size& accelerated_dest_size,
|
| skia::PlatformCanvas* output,
|
|
|