Index: chrome/browser/renderer_host/backing_store_win.cc |
=================================================================== |
--- chrome/browser/renderer_host/backing_store_win.cc (revision 9053) |
+++ chrome/browser/renderer_host/backing_store_win.cc (working copy) |
@@ -31,7 +31,7 @@ |
} |
bool BackingStore::PaintRect(base::ProcessHandle process, |
- HANDLE bitmap_section, |
+ BitmapWireData bitmap_section, |
const gfx::Rect& bitmap_rect) { |
// The bitmap received is valid only in the renderer process. |
HANDLE valid_bitmap = |
@@ -76,7 +76,8 @@ |
} |
void BackingStore::ScrollRect(base::ProcessHandle process, |
- HANDLE bitmap, const gfx::Rect& bitmap_rect, |
+ BitmapWireData bitmap, |
+ const gfx::Rect& bitmap_rect, |
int dx, int dy, |
const gfx::Rect& clip_rect, |
const gfx::Size& view_size) { |