Index: chrome/browser/renderer_host/backing_store_mac.h |
diff --git a/chrome/browser/renderer_host/backing_store_mac.h b/chrome/browser/renderer_host/backing_store_mac.h |
index 2c75400d54b0610940a69132d00a06115cc62351..86671d61b8c55c2138f5e957381be42d361c14f1 100644 |
--- a/chrome/browser/renderer_host/backing_store_mac.h |
+++ b/chrome/browser/renderer_host/backing_store_mac.h |
@@ -26,7 +26,8 @@ class BackingStoreMac : public BackingStore { |
// BackingStore implementation. |
virtual void PaintToBackingStore( |
RenderProcessHost* process, |
- TransportDIB::Id bitmap, |
+ TransportDIB::Id dib_id, |
+ TransportDIB::Handle dib_handle, |
const gfx::Rect& bitmap_rect, |
const std::vector<gfx::Rect>& copy_rects, |
bool* painted_synchronously); |