summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/video_layer_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/renderer_host/video_layer_proxy.h')
-rw-r--r--chrome/browser/renderer_host/video_layer_proxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/renderer_host/video_layer_proxy.h b/chrome/browser/renderer_host/video_layer_proxy.h
index 4a4cc71..4d3b1f2f 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.