| Index: chrome/browser/renderer_host/video_layer_x.h
|
| diff --git a/chrome/browser/renderer_host/video_layer_x.h b/chrome/browser/renderer_host/video_layer_x.h
|
| index a12c7b46cae10119f29a593b08f0b2c5fc163007..8c3a66fdf70036dfeaa828e9ab0226d7a9b4c34d 100644
|
| --- a/chrome/browser/renderer_host/video_layer_x.h
|
| +++ b/chrome/browser/renderer_host/video_layer_x.h
|
| @@ -20,7 +20,8 @@ class VideoLayerX : public VideoLayer {
|
|
|
| // VideoLayer implementation.
|
| virtual void CopyTransportDIB(RenderProcessHost* process,
|
| - TransportDIB::Id bitmap,
|
| + TransportDIB::Id dib_id,
|
| + TransportDIB::Handle dib_handle,
|
| const gfx::Rect& bitmap_rect);
|
|
|
| // Copy from the server-side video layer to the target window.
|
|
|