| Index: content/browser/renderer_host/render_widget_host_view_win.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_win.h b/content/browser/renderer_host/render_widget_host_view_win.h
|
| index 59be1d837f52a47ec54cb73cb8f20e1a1b2fcece..01a01a99ec01cd000575d708fae34f1d68ab0909 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_win.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_win.h
|
| @@ -203,6 +203,11 @@ class RenderWidgetHostViewWin
|
| const gfx::Rect& src_subrect,
|
| const gfx::Size& dst_size,
|
| const base::Callback<void(bool, const SkBitmap&)>& callback) OVERRIDE;
|
| + virtual void CopyFromCompositingSurfaceToVideoFrame(
|
| + const gfx::Rect& src_subrect,
|
| + const scoped_refptr<media::VideoFrame>& target,
|
| + const base::Callback<void(bool)>& callback) OVERRIDE;
|
| + virtual bool CanCopyToVideoFrame() const OVERRIDE;
|
| virtual void OnAcceleratedCompositingStateChange() OVERRIDE;
|
| virtual void ProcessAckedTouchEvent(const WebKit::WebTouchEvent& touch,
|
| InputEventAckState ack_result) OVERRIDE;
|
|
|