| Index: chrome/gpu/gpu_video_layer_glx.h
|
| diff --git a/chrome/gpu/gpu_video_layer_glx.h b/chrome/gpu/gpu_video_layer_glx.h
|
| index 4b3497f7687a6bb2795e54d135f8904dffd342cd..89d00b14cf3b598af55b036601dfbc3ce07076f4 100644
|
| --- a/chrome/gpu/gpu_video_layer_glx.h
|
| +++ b/chrome/gpu/gpu_video_layer_glx.h
|
| @@ -40,8 +40,7 @@ class GpuVideoLayerGLX : public IPC::Channel::Listener {
|
|
|
| private:
|
| // Message handlers.
|
| - void OnPaintToVideoLayer(base::ProcessId source_process_id,
|
| - TransportDIB::Id id,
|
| + void OnPaintToVideoLayer(TransportDIB::Handle dib_handle,
|
| const gfx::Rect& bitmap_rect);
|
|
|
| // Calculates vertices for |object| relative to |world|, where |world| is
|
|
|