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