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