| 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 f101c6c3d4ff940708b24da479df589db44e1705..8f0b05f66885da41da8f20ac790e6285c4b12269 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -117,6 +117,10 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate,
|
| void OnCommandBufferCreated(const int32 route_id);
|
| void OnDestroyCommandBuffer(int32 surface_id);
|
|
|
| +#if defined(OS_MACOSX)
|
| + void OnAcceleratedSurfaceBuffersSwapped(
|
| + const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params);
|
| +#endif
|
| #if defined(OS_WIN) && !defined(USE_AURA)
|
| void OnAcceleratedSurfaceBuffersSwapped(
|
| const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params);
|
|
|