Index: chrome/browser/renderer_host/backing_store.cc |
=================================================================== |
--- chrome/browser/renderer_host/backing_store.cc (revision 9053) |
+++ chrome/browser/renderer_host/backing_store.cc (working copy) |
@@ -60,7 +60,7 @@ |
RenderWidgetHost* host, |
const gfx::Rect& backing_store_rect, |
base::ProcessHandle process_handle, |
- HANDLE bitmap_section, |
+ BitmapWireData bitmap_section, |
const gfx::Rect& bitmap_rect, |
bool* needs_full_paint) { |
BackingStore* backing_store = GetBackingStore(host, |