| Index: chrome/browser/gpu_process_host.h
|
| diff --git a/chrome/browser/gpu_process_host.h b/chrome/browser/gpu_process_host.h
|
| index 5958a3bd787e1f133000d43f92e528142fb8ea96..8339f10739dc43f0598812b7b39244f74d332163 100644
|
| --- a/chrome/browser/gpu_process_host.h
|
| +++ b/chrome/browser/gpu_process_host.h
|
| @@ -14,16 +14,10 @@
|
| #include "chrome/browser/browser_child_process_host.h"
|
| #include "gfx/native_widget_types.h"
|
|
|
| -struct GpuHostMsg_AcceleratedSurfaceSetIOSurface_Params;
|
| -struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
|
| class GpuBlacklist;
|
| class GPUInfo;
|
| class RenderMessageFilter;
|
|
|
| -namespace gfx {
|
| -class Size;
|
| -}
|
| -
|
| namespace IPC {
|
| struct ChannelHandle;
|
| class Message;
|
| @@ -84,20 +78,6 @@ class GpuProcessHost : public BrowserChildProcessHost,
|
| void OnChannelEstablished(const IPC::ChannelHandle& channel_handle,
|
| const GPUInfo& gpu_info);
|
| void OnSynchronizeReply();
|
| -#if defined(OS_LINUX)
|
| - void OnGetViewXID(gfx::NativeViewId id, IPC::Message* reply_msg);
|
| - void OnReleaseXID(unsigned long xid);
|
| - void OnResizeXID(unsigned long xid, gfx::Size size, IPC::Message* reply_msg);
|
| -#elif defined(OS_MACOSX)
|
| - void OnAcceleratedSurfaceSetIOSurface(
|
| - const GpuHostMsg_AcceleratedSurfaceSetIOSurface_Params& params);
|
| - void OnAcceleratedSurfaceBuffersSwapped(
|
| - const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params);
|
| -#elif defined(OS_WIN)
|
| - void OnGetCompositorHostWindow(int renderer_id,
|
| - int render_view_id,
|
| - IPC::Message* reply_message);
|
| -#endif
|
|
|
| // Sends the response for establish channel request to the renderer.
|
| void SendEstablishChannelReply(const IPC::ChannelHandle& channel,
|
|
|