| Index: chrome/browser/renderer_host/video_layer_proxy.h
|
| diff --git a/chrome/browser/renderer_host/video_layer_proxy.h b/chrome/browser/renderer_host/video_layer_proxy.h
|
| index 4a4cc71b8dca773a011495b6c2e4d871349115ca..4d3b1f2faa3443e528b6feac6d01fa3464e4b48c 100644
|
| --- a/chrome/browser/renderer_host/video_layer_proxy.h
|
| +++ b/chrome/browser/renderer_host/video_layer_proxy.h
|
| @@ -20,7 +20,8 @@ class VideoLayerProxy : public VideoLayer, public IPC::Channel::Listener {
|
|
|
| // VideoLayer implementation.
|
| virtual void CopyTransportDIB(RenderProcessHost* process,
|
| - TransportDIB::Id bitmap,
|
| + TransportDIB::Id dib_id,
|
| + TransportDIB::Handle dib_handle,
|
| const gfx::Rect& bitmap_rect);
|
|
|
| // IPC::Channel::Listener implementation.
|
|
|