diff options
Diffstat (limited to 'chrome/gpu/gpu_video_layer_glx.h')
-rw-r--r-- | chrome/gpu/gpu_video_layer_glx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/gpu/gpu_video_layer_glx.h b/chrome/gpu/gpu_video_layer_glx.h index 89d00b1..4b3497f 100644 --- a/chrome/gpu/gpu_video_layer_glx.h +++ b/chrome/gpu/gpu_video_layer_glx.h @@ -40,7 +40,8 @@ class GpuVideoLayerGLX : public IPC::Channel::Listener { private: // Message handlers. - void OnPaintToVideoLayer(TransportDIB::Handle dib_handle, + void OnPaintToVideoLayer(base::ProcessId source_process_id, + TransportDIB::Id id, const gfx::Rect& bitmap_rect); // Calculates vertices for |object| relative to |world|, where |world| is |