Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 368fc681bcfec5f1369983cb9e13572faa67f4ad..5a3e0f7ec135d8914e5189fb8c6b8215ea468afe 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -488,6 +488,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual 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 |