| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_impl.h (revision 141081)
|
| +++ content/browser/renderer_host/render_widget_host_impl.h (working copy)
|
| @@ -499,6 +499,8 @@
|
| 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
|
|
|