Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 11f3944e700137ee1f1d20c2608c8b6835b199d1..d1f7bb55acfe365e9c35ec3bbfcc3fc4427c3e36 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -2243,6 +2243,7 @@ void RenderProcessHostImpl::OnAllocateGpuMemoryBuffer(uint32 width, |
internalformat, |
usage, |
GetHandle(), |
+ GetID(), |
base::Bind(&RenderProcessHostImpl::GpuMemoryBufferAllocated, |
weak_factory_.GetWeakPtr(), |
reply)); |