| Index: content/browser/renderer_host/render_message_filter.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_message_filter.cc (revision 141081)
|
| +++ content/browser/renderer_host/render_message_filter.cc (working copy)
|
| @@ -343,6 +343,7 @@
|
| // On Windows, we handle these on the IO thread to avoid a deadlock with
|
| // plugins. On non-Windows systems, we need to handle them on the UI
|
| // thread.
|
| + IPC_MESSAGE_HANDLER(ViewHostMsg_GetScreenInfo, OnGetScreenInfo)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_GetWindowRect, OnGetWindowRect)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_GetRootWindowRect, OnGetRootWindowRect)
|
| #endif
|
|
|