| Index: chrome/gpu/gpu_backing_store_win.h
|
| diff --git a/chrome/gpu/gpu_backing_store_win.h b/chrome/gpu/gpu_backing_store_win.h
|
| index fc4bfd906ee680f956d8ae0bb23c1e43b6f1e8e9..2899e93d94e5b26d04655214634789af1bb329b2 100644
|
| --- a/chrome/gpu/gpu_backing_store_win.h
|
| +++ b/chrome/gpu/gpu_backing_store_win.h
|
| @@ -42,8 +42,7 @@ class GpuBackingStoreWin : public IPC::Channel::Listener {
|
|
|
| private:
|
| // Message handlers.
|
| - void OnPaintToBackingStore(base::ProcessId source_process_id,
|
| - TransportDIB::Id id,
|
| + void OnPaintToBackingStore(TransportDIB::Handle dib_handle,
|
| const gfx::Rect& bitmap_rect,
|
| const std::vector<gfx::Rect>& copy_rects);
|
| void OnScrollBackingStore(int dx, int dy,
|
|
|