| 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 b243896362e5b5bc2f00518deeb4dd925e7ae8f3..dea4667c24a99b6d534ea60c70b6c27d14332303 100644
|
| --- a/content/test/test_render_view_host.cc
|
| +++ b/content/test/test_render_view_host.cc
|
| @@ -113,7 +113,7 @@ void TestRenderWidgetHostView::CopyFromCompositingSurface(
|
| const gfx::Size& dst_size,
|
| CopyFromCompositingSurfaceCallback& callback,
|
| const SkColorType color_type) {
|
| - callback.Run(false, SkBitmap());
|
| + callback.Run(false, SkBitmap(), content::READBACK_NOTSUPPORTED);
|
| }
|
|
|
| void TestRenderWidgetHostView::CopyFromCompositingSurfaceToVideoFrame(
|
|
|