Index: content/browser/renderer_host/backing_store_gtk.h |
=================================================================== |
--- content/browser/renderer_host/backing_store_gtk.h (revision 161107) |
+++ content/browser/renderer_host/backing_store_gtk.h (working copy) |
@@ -68,7 +68,7 @@ |
const base::Closure& completion_callback, |
bool* scheduled_completion_callback) OVERRIDE; |
virtual bool CopyFromBackingStore(const gfx::Rect& rect, |
- skia::PlatformCanvas* output) OVERRIDE; |
+ skia::PlatformBitmap* output) OVERRIDE; |
virtual void ScrollBackingStore(int dx, int dy, |
const gfx::Rect& clip_rect, |
const gfx::Size& view_size) OVERRIDE; |