diff options
Diffstat (limited to 'content/browser/gpu/gpu_process_host.h')
-rw-r--r-- | content/browser/gpu/gpu_process_host.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h index 854268b..71e8869 100644 --- a/content/browser/gpu/gpu_process_host.h +++ b/content/browser/gpu/gpu_process_host.h @@ -22,8 +22,6 @@ class GpuMainThread; struct GPUCreateCommandBufferConfig; -struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params; -struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params; class BrowserChildProcessHostImpl; @@ -109,13 +107,6 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate, void OnCommandBufferCreated(const int32 route_id); void OnDestroyCommandBuffer(int32 surface_id); -#if defined(OS_WIN) && !defined(USE_AURA) - void OnAcceleratedSurfaceBuffersSwapped( - const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params); - void OnAcceleratedSurfacePostSubBuffer( - const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params); -#endif - bool LaunchGpuProcess(const std::string& channel_id); void SendOutstandingReplies(); |