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