| 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 bd228ac9fc36ae0c79e185a36c93ccf08a357b7f..93b26662a0b411e375d16093fee2a640501d4ca9 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -118,6 +118,11 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| virtual bool CopyFromBackingStoreToCGContext(const CGRect& dest_rect,
|
| CGContextRef target) OVERRIDE;
|
| #endif
|
| + virtual bool CanCopyToVideoFrame() const OVERRIDE;
|
| + virtual void CopyFromBackingStoreToVideoFrame(
|
| + const gfx::Rect& src_rect,
|
| + const scoped_refptr<media::VideoFrame>& target,
|
| + const base::Callback<void(bool)>& callback) OVERRIDE;
|
| virtual void EnableFullAccessibilityMode() OVERRIDE;
|
| virtual void ForwardMouseEvent(
|
| const WebKit::WebMouseEvent& mouse_event) OVERRIDE;
|
|
|