| Index: content/browser/gpu/gpu_process_host_ui_shim.h
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| index 119a802d8987881cebdab7048b48822fa6f625f8..8b5a5f81f8352ffd988e2f62b352f0ca11e5ebea 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -83,8 +83,7 @@ class GpuProcessHostUIShim
|
| void OnLogMessage(int level, const std::string& header,
|
| const std::string& message);
|
| #if defined(TOOLKIT_USES_GTK) || defined(OS_WIN)
|
| - void OnResizeView(int32 client_id,
|
| - int32 render_view_id,
|
| + void OnResizeView(int32 surface_id,
|
| int32 route_id,
|
| gfx::Size size);
|
| #endif
|
|
|