Index: chrome/browser/renderer_host/render_widget_host.h |
=================================================================== |
--- chrome/browser/renderer_host/render_widget_host.h (revision 42644) |
+++ chrome/browser/renderer_host/render_widget_host.h (working copy) |
@@ -445,10 +445,6 @@ |
// having to bring in render_messages.h in a header file. |
void OnMsgImeUpdateStatus(int control, const gfx::Rect& caret_rect); |
- // Renderer process is requesting that the browser process establish a GPU |
- // channel. |
- void OnMsgEstablishGpuChannel(); |
- |
#if defined(OS_LINUX) |
void OnMsgCreatePluginContainer(gfx::PluginWindowHandle id); |
void OnMsgDestroyPluginContainer(gfx::PluginWindowHandle id); |