| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index f0243a700db552544aaf29ce4359c94378dfd773..a9f43759298ca66218c899e66bd80603c1fb18cd 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -30,9 +30,6 @@
|
| #include "url/gurl.h"
|
|
|
| struct GPUCreateCommandBufferConfig;
|
| -struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
|
| -struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params;
|
| -struct GpuHostMsg_AcceleratedSurfaceRelease_Params;
|
|
|
| namespace gfx {
|
| struct GpuMemoryBufferHandle;
|
| @@ -183,8 +180,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
| void OnDidDestroyOffscreenContext(const GURL& url);
|
| void OnGpuMemoryUmaStatsReceived(const GPUMemoryUmaStats& stats);
|
| #if defined(OS_MACOSX)
|
| - void OnAcceleratedSurfaceBuffersSwapped(
|
| - const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params);
|
| + void OnAcceleratedSurfaceBuffersSwapped(const IPC::Message& message);
|
| #endif
|
|
|
| void CreateChannelCache(int32 client_id);
|
|
|