| 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 44e32c1219c7957ab89435ee7b049c6f9e2106ce..8d55f23de87ae77ed84c88159ce77a5e4c2f5821 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -570,6 +570,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);
|
|
|