Index: chrome/browser/gpu_process_host_ui_shim.h |
=================================================================== |
--- chrome/browser/gpu_process_host_ui_shim.h (revision 65168) |
+++ chrome/browser/gpu_process_host_ui_shim.h (working copy) |
@@ -12,7 +12,6 @@ |
// shuttling messages between the browser and GPU processes. |
#include "base/singleton.h" |
-#include "chrome/common/gpu_native_window_handle.h" |
#include "chrome/common/message_router.h" |
#include "ipc/ipc_channel.h" |
#include "gfx/native_widget_types.h" |
@@ -25,10 +24,6 @@ |
int32 GetNextRoutingId(); |
- // Creates the new remote view and returns the routing ID for the view, or 0 |
- // on failure. |
- int32 NewRenderWidgetHostView(GpuNativeWindowHandle parent); |
- |
// IPC::Channel::Sender implementation. |
virtual bool Send(IPC::Message* msg); |