| 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 e37eda0545e00c4082ba2f28bbfa80e25b741678..4358b1c6825189e1a0f1bf3d532c3b54dbde00bd 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -27,10 +27,6 @@
|
| #include "ipc/ipc_sender.h"
|
| #include "ipc/message_router.h"
|
|
|
| -#if defined(OS_MACOSX)
|
| -struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
|
| -#endif
|
| -
|
| namespace ui {
|
| class LatencyInfo;
|
| }
|
| @@ -44,6 +40,9 @@ class Message;
|
| }
|
|
|
| namespace content {
|
| +#if defined(OS_MACOSX)
|
| +struct AcceleratedSurfaceBuffersSwappedParams;
|
| +#endif
|
| void RouteToGpuProcessHostUIShimTask(int host_id, const IPC::Message& msg);
|
|
|
| class GpuProcessHostUIShim : public IPC::Listener,
|
| @@ -98,7 +97,7 @@ class GpuProcessHostUIShim : public IPC::Listener,
|
|
|
| #if defined(OS_MACOSX)
|
| void OnAcceleratedSurfaceBuffersSwapped(
|
| - const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params);
|
| + const AcceleratedSurfaceBuffersSwappedParams& params);
|
| #endif
|
| void OnVideoMemoryUsageStatsReceived(
|
| const GPUVideoMemoryUsageStats& video_memory_usage_stats);
|
|
|