| 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 f514939587f1f42260dd916b9c388aac223f4773..aa464aba5efdc353551ef8f97cf4f1b6722b85c2 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -619,7 +619,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)
|
|
|