| Index: content/test/test_render_view_host.h
|
| diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
|
| index 2ba38c70b6626744e3f25a860fb4067dc6bace30..0cee1813253091e9a425be6fae759da1e48ad5f1 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -121,7 +121,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| 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;
|
| bool HasAcceleratedSurface(const gfx::Size& desired_size) override;
|
| #if defined(OS_MACOSX)
|
|
|