diff options
Diffstat (limited to 'chrome/browser/renderer_host/backing_store_mac.h')
-rw-r--r-- | chrome/browser/renderer_host/backing_store_mac.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/renderer_host/backing_store_mac.h b/chrome/browser/renderer_host/backing_store_mac.h index 0c1e4a7..0c1df14 100644 --- a/chrome/browser/renderer_host/backing_store_mac.h +++ b/chrome/browser/renderer_host/backing_store_mac.h @@ -29,7 +29,8 @@ class BackingStoreMac : public BackingStore { TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, - bool* painted_synchronously); + bool* painted_synchronously, + bool* done_copying_bitmap); virtual bool CopyFromBackingStore(const gfx::Rect& rect, skia::PlatformCanvas* output); virtual void ScrollBackingStore(int dx, int dy, |