Index: content/browser/renderer_host/render_widget_host_view_android.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_android.h (revision 161107) |
+++ content/browser/renderer_host/render_widget_host_view_android.h (working copy) |
@@ -94,7 +94,7 @@ |
const gfx::Rect& src_subrect, |
const gfx::Size& dst_size, |
const base::Callback<void(bool)>& callback, |
- skia::PlatformCanvas* output) OVERRIDE; |
+ skia::PlatformBitmap* output) OVERRIDE; |
virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; |
virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE; |
virtual void GetScreenInfo(WebKit::WebScreenInfo* results) OVERRIDE; |