| 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 3b9d6e52bb88f63e351a91d7ffbbd4f610395dce..322a330f1f1666991ed931b327076473f21c9f05 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -616,7 +616,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| bool last_unlocked_by_target,
|
| bool privileged);
|
| void OnUnlockMouse();
|
| - void OnShowDisambiguationPopup(const gfx::Rect& rect,
|
| + void OnShowDisambiguationPopup(const gfx::Rect& rect_pixels,
|
| const gfx::Size& size,
|
| const cc::SharedBitmapId& id);
|
| #if defined(OS_WIN)
|
|
|