Chromium Code Reviews| Index: content/browser/renderer_host/test_render_view_host.cc |
| =================================================================== |
| --- content/browser/renderer_host/test_render_view_host.cc (revision 161107) |
| +++ 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); |
| } |