Index: chrome/browser/gpu_process_host_ui_shim.cc |
=================================================================== |
--- chrome/browser/gpu_process_host_ui_shim.cc (revision 65168) |
+++ chrome/browser/gpu_process_host_ui_shim.cc (working copy) |
@@ -36,13 +36,6 @@ |
return Singleton<GpuProcessHostUIShim>::get(); |
} |
-int32 GpuProcessHostUIShim::NewRenderWidgetHostView( |
- GpuNativeWindowHandle parent) { |
- int32 routing_id = GetNextRoutingId(); |
- Send(new GpuMsg_NewRenderWidgetHostView(parent, routing_id)); |
- return routing_id; |
-} |
- |
bool GpuProcessHostUIShim::Send(IPC::Message* msg) { |
BrowserThread::PostTask(BrowserThread::IO, |
FROM_HERE, |