Index: content/browser/renderer_host/test_render_view_host.cc |
=================================================================== |
--- content/browser/renderer_host/test_render_view_host.cc (revision 160846) |
+++ content/browser/renderer_host/test_render_view_host.cc (working copy) |
@@ -119,7 +119,7 @@ |
const gfx::Rect& src_subrect, |
const gfx::Size& dst_size, |
const base::Callback<void(bool)>& callback, |
- skia::PlatformCanvas* output) { |
+ skia::PlatformBitmap* output) { |
callback.Run(false); |
} |