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 5a83dda164ff2acd6992d09a49920c98f3d0da20..957fae8414caab962749f779a84064186fd75770 100644 |
--- a/content/test/test_render_view_host.cc |
+++ b/content/test/test_render_view_host.cc |
@@ -113,9 +113,9 @@ gfx::Rect TestRenderWidgetHostView::GetViewBounds() const { |
void TestRenderWidgetHostView::CopyFromCompositingSurface( |
const gfx::Rect& src_subrect, |
const gfx::Size& dst_size, |
- CopyFromCompositingSurfaceCallback& callback, |
+ ReadbackRequestCallback& callback, |
const SkColorType color_type) { |
- callback.Run(false, SkBitmap()); |
+ callback.Run(SkBitmap(), content::READBACK_NOT_SUPPORTED); |
} |
void TestRenderWidgetHostView::CopyFromCompositingSurfaceToVideoFrame( |