| 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 766157bd1c9fb4fff9277c5ee959bc04c1376dac..7dc580eb5b35dac891e7e7855843038c10101dd4 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -287,7 +287,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() {
|
| @@ -370,4 +371,3 @@ void GpuProcessHostUIShim::OnVideoMemoryUsageStatsReceived(
|
| GpuDataManagerImpl::GetInstance()->UpdateVideoMemoryUsageStats(
|
| video_memory_usage_stats);
|
| }
|
| -
|
|
|