| 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 9728f680b4a8ba2a88dbe9b89d173284359387de..bc8c2bea70e6ccf8849c5164271621bbf331c1b4 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -86,6 +86,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| virtual bool CopyFromBackingStoreToCGContext(const CGRect& dest_rect,
|
| CGContextRef target) OVERRIDE;
|
| #endif
|
| + virtual bool CopyFromCompositingSurface(
|
| + const gfx::Size& size,
|
| + skia::PlatformCanvas* output) OVERRIDE;
|
| virtual void EnableRendererAccessibility() OVERRIDE;
|
| virtual void ForwardMouseEvent(
|
| const WebKit::WebMouseEvent& mouse_event) OVERRIDE;
|
|
|