| Index: content/browser/renderer_host/render_message_filter.cc
|
| diff --git a/content/browser/renderer_host/render_message_filter.cc b/content/browser/renderer_host/render_message_filter.cc
|
| index b345caa110ff11acb6e12884a8081e835d0e328f..1abd8aba8e482a2d84ea27eef2b6335b24d636cc 100644
|
| --- a/content/browser/renderer_host/render_message_filter.cc
|
| +++ b/content/browser/renderer_host/render_message_filter.cc
|
| @@ -340,6 +340,7 @@ bool RenderMessageFilter::OnMessageReceived(const IPC::Message& message,
|
| // 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
|
|
|