| 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 d56b60bf2adbc1d3b7ccc33924728094315f7e2e..7da84a942ab25bc793ee51d3c0aa73233c234430 100644
|
| --- a/content/test/test_render_view_host.cc
|
| +++ b/content/test/test_render_view_host.cc
|
| @@ -136,8 +136,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(gfx::Rect, bool)>& callback) {
|
| + callback.Run(gfx::Rect(), false);
|
| }
|
|
|
| bool TestRenderWidgetHostView::CanCopyToVideoFrame() const {
|
|
|