| Index: content/browser/gpu/gpu_process_host_ui_shim.cc
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| index f6c1543094ede53746d6b2c950f7f6134cf5bf6d..d53d3b7ae46f120de71b1dc1c4e2d6915eb9c663 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -286,7 +286,8 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceNew(
|
| if (!view)
|
| return;
|
| view->AcceleratedSurfaceNew(
|
| - params.width, params.height, params.surface_handle);
|
| + params.width, params.height, params.surface_handle,
|
| + params.mailbox_name);
|
| }
|
|
|
| static base::TimeDelta GetSwapDelay() {
|
| @@ -369,4 +370,3 @@ void GpuProcessHostUIShim::OnVideoMemoryUsageStatsReceived(
|
| GpuDataManagerImpl::GetInstance()->UpdateVideoMemoryUsageStats(
|
| video_memory_usage_stats);
|
| }
|
| -
|
|
|