| Index: content/browser/renderer_host/render_widget_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host.h (revision 109889)
|
| +++ content/browser/renderer_host/render_widget_host.h (working copy)
|
| @@ -545,7 +545,7 @@
|
| void OnMsgLockMouse();
|
| void OnMsgUnlockMouse();
|
|
|
| -#if defined(OS_POSIX)
|
| +#if defined(OS_POSIX) || defined(USE_AURA)
|
| void OnMsgGetScreenInfo(gfx::NativeViewId view,
|
| WebKit::WebScreenInfo* results);
|
| void OnMsgGetWindowRect(gfx::NativeViewId window_id, gfx::Rect* results);
|
|
|