| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index 8cc79db39a8abb151a449118c32c96237cb04cce..eb663549efb89e0d7e11dc843539223ec6b5ce8a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -55,6 +55,7 @@ class DelegatedFrameData;
|
| namespace gfx {
|
| class Canvas;
|
| class Display;
|
| +class Rect;
|
| }
|
|
|
| namespace gpu {
|
| @@ -153,7 +154,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| void CopyFromCompositingSurfaceToVideoFrame(
|
| const gfx::Rect& src_subrect,
|
| const scoped_refptr<media::VideoFrame>& target,
|
| - const base::Callback<void(bool)>& callback) override;
|
| + const base::Callback<void(const gfx::Rect&, bool)>& callback) override;
|
| bool CanCopyToVideoFrame() const override;
|
| void BeginFrameSubscription(
|
| scoped_ptr<RenderWidgetHostViewFrameSubscriber> subscriber) override;
|
|
|