| 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 d1f35dd2f9b313300793666b0e188c1e37cfdfcd..da8ff4d7f735654b7df64daab969c2ebe738d2dd 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -312,9 +312,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceNew(
|
| params.mailbox_name.length() != GL_MAILBOX_SIZE_CHROMIUM)
|
| return;
|
|
|
| - view->AcceleratedSurfaceNew(
|
| - params.width, params.height, params.surface_handle,
|
| - params.mailbox_name);
|
| + view->AcceleratedSurfaceNew(params.surface_handle, params.mailbox_name);
|
| }
|
|
|
| static base::TimeDelta GetSwapDelay() {
|
|
|