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 975c174e99aa94ae187ef14171a77659c5464a2f..47792b2d6167f4540f85cf12dd5c21bdc7e89702 100644 |
--- a/content/test/test_render_view_host.cc |
+++ b/content/test/test_render_view_host.cc |
@@ -107,7 +107,7 @@ void TestRenderWidgetHostView::CopyFromCompositingSurface( |
const gfx::Rect& src_subrect, |
const gfx::Size& dst_size, |
const base::Callback<void(bool, const SkBitmap&)>& callback, |
- const SkBitmap::Config config) { |
+ const SkColorType color_type) { |
callback.Run(false, SkBitmap()); |
} |