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 b6f7a86eb9123ae6d6c7db9cd0acf166ca21c61c..f6521c967bc6ef307dec73b2a6edc0d9041d21e1 100644 |
--- a/content/test/test_render_view_host.cc |
+++ b/content/test/test_render_view_host.cc |
@@ -124,8 +124,8 @@ void TestRenderWidgetHostView::CopyFromCompositingSurface( |
const gfx::Rect& src_subrect, |
const gfx::Size& dst_size, |
ReadbackRequestCallback& callback, |
- const SkColorType color_type) { |
- callback.Run(SkBitmap(), content::READBACK_NOT_SUPPORTED); |
+ const SkColorType preferred_color_type) { |
+ callback.Run(SkBitmap(), content::READBACK_FAILED); |
} |
void TestRenderWidgetHostView::CopyFromCompositingSurfaceToVideoFrame( |