| Index: content/test/test_render_view_host.cc
|
| diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
|
| index 71142de5dead22160dace976dbfcd12c2f446bb5..0bb79f952b5325ca2609f6972ff11d7b8b7db5ed 100644
|
| --- a/content/test/test_render_view_host.cc
|
| +++ b/content/test/test_render_view_host.cc
|
| @@ -137,8 +137,8 @@ void TestRenderWidgetHostView::CopyFromCompositingSurface(
|
| void TestRenderWidgetHostView::CopyFromCompositingSurfaceToVideoFrame(
|
| const gfx::Rect& src_subrect,
|
| const scoped_refptr<media::VideoFrame>& target,
|
| - const base::Callback<void(bool)>& callback) {
|
| - callback.Run(false);
|
| + const base::Callback<void(const gfx::Rect&, bool)>& callback) {
|
| + callback.Run(gfx::Rect(), false);
|
| }
|
|
|
| bool TestRenderWidgetHostView::CanCopyToVideoFrame() const {
|
|
|