| 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 fa72a30c53f05e8a77a496aa33c87c4f005a874a..b6562f43b6a405d8604fdf346a5a8d233f50342f 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -26,9 +26,9 @@ class Size;
|
| }
|
|
|
| struct GPUCreateCommandBufferConfig;
|
| -struct GpuHostMsg_AcceleratedSurfaceRelease_Params;
|
| -struct GpuHostMsg_AcceleratedSurfaceSetIOSurface_Params;
|
| +struct GpuHostMsg_AcceleratedSurfaceNew_Params;
|
| struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
|
| +struct GpuHostMsg_AcceleratedSurfaceRelease_Params;
|
|
|
| namespace IPC {
|
| struct ChannelHandle;
|
| @@ -105,8 +105,8 @@ class GpuProcessHostUIShim
|
| #endif
|
|
|
| #if defined(OS_MACOSX) || defined(TOUCH_UI)
|
| - void OnAcceleratedSurfaceSetIOSurface(
|
| - const GpuHostMsg_AcceleratedSurfaceSetIOSurface_Params& params);
|
| + void OnAcceleratedSurfaceNew(
|
| + const GpuHostMsg_AcceleratedSurfaceNew_Params& params);
|
| void OnAcceleratedSurfaceBuffersSwapped(
|
| const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params);
|
| #endif
|
|
|