| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index bf9523d3a7783abbefe634c71d6454e89e9d42d9..47a7bddfb9c605bd1007246aa67d93601ddf2da6 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -1331,8 +1331,8 @@ void RenderWidgetHostImpl::SetCursor(const WebCursor& cursor) {
|
| }
|
|
|
| void RenderWidgetHostImpl::ShowContextMenuAtPoint(const gfx::Point& point) {
|
| - Send(new ViewMsg_ShowContextMenu(
|
| - GetRoutingID(), ui::MENU_SOURCE_MOUSE, point));
|
| + Send(new FrameMsg_ShowContextMenu(GetRoutingID(), ui::MENU_SOURCE_MOUSE,
|
| + point));
|
| }
|
|
|
| void RenderWidgetHostImpl::SendCursorVisibilityState(bool is_visible) {
|
|
|