Index: content/browser/renderer_host/test_backing_store.h |
=================================================================== |
--- content/browser/renderer_host/test_backing_store.h (revision 161107) |
+++ content/browser/renderer_host/test_backing_store.h (working copy) |
@@ -26,7 +26,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; |