diff options
Diffstat (limited to 'chrome/gpu/gpu_backing_store_win.h')
-rw-r--r-- | chrome/gpu/gpu_backing_store_win.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/gpu/gpu_backing_store_win.h b/chrome/gpu/gpu_backing_store_win.h index 2899e93..fc4bfd9 100644 --- a/chrome/gpu/gpu_backing_store_win.h +++ b/chrome/gpu/gpu_backing_store_win.h @@ -42,7 +42,8 @@ class GpuBackingStoreWin : public IPC::Channel::Listener { private: // Message handlers. - void OnPaintToBackingStore(TransportDIB::Handle dib_handle, + void OnPaintToBackingStore(base::ProcessId source_process_id, + TransportDIB::Id id, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects); void OnScrollBackingStore(int dx, int dy, |