| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 55883dece235d97a3567533cf47a0c798e2ea24b..9ec1007adbbc6b8fb748c121e810da803c4943c1 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -533,6 +533,10 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| bool privileged);
|
| void OnMsgUnlockMouse();
|
|
|
| + void OnMsgShowDisambiguationPopup(const gfx::Rect& rect,
|
| + const gfx::Size& size,
|
| + const TransportDIB::Id& id);
|
| +
|
| #if defined(OS_POSIX) || defined(USE_AURA)
|
| void OnMsgGetWindowRect(gfx::NativeViewId window_id, gfx::Rect* results);
|
| void OnMsgGetRootWindowRect(gfx::NativeViewId window_id, gfx::Rect* results);
|
|
|