| Index: chrome/browser/renderer_host/backing_store.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/backing_store.h (revision 34952)
|
| +++ chrome/browser/renderer_host/backing_store.h (working copy)
|
| @@ -98,9 +98,12 @@
|
| const gfx::Rect& bitmap_rect,
|
| const gfx::Rect& copy_rect);
|
|
|
| - // Scrolls the contents of clip_rect in the backing store by dx or dy (but dx
|
| - // and dy cannot both be non-zero).
|
| - void ScrollRect(int dx, int dy,
|
| + // Scrolls the given rect in the backing store, replacing the given region
|
| + // identified by |bitmap_rect| by the bitmap in the file identified by the
|
| + // given file handle.
|
| + void ScrollRect(base::ProcessHandle process,
|
| + TransportDIB* bitmap, const gfx::Rect& bitmap_rect,
|
| + int dx, int dy,
|
| const gfx::Rect& clip_rect,
|
| const gfx::Size& view_size);
|
|
|
|
|