Index: content/browser/renderer_host/render_widget_host.h |
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h |
index 31fb45e275691a4e0bf53784bfca0008d2ff6963..db8491609a84741b6d8dc2daf1a88edf1eecf80e 100644 |
--- a/content/browser/renderer_host/render_widget_host.h |
+++ b/content/browser/renderer_host/render_widget_host.h |
@@ -653,8 +653,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost, |
void OnMsgUnlockMouse(); |
#if defined(OS_POSIX) || defined(USE_AURA) |
- void OnMsgGetScreenInfo(gfx::NativeViewId view, |
- WebKit::WebScreenInfo* results); |
void OnMsgGetWindowRect(gfx::NativeViewId window_id, gfx::Rect* results); |
void OnMsgGetRootWindowRect(gfx::NativeViewId window_id, gfx::Rect* results); |
#endif |