| Index: content/browser/renderer_host/ime_adapter_android.h
|
| diff --git a/content/browser/renderer_host/ime_adapter_android.h b/content/browser/renderer_host/ime_adapter_android.h
|
| index 57610c06644b5f6dd98a6133c485929ecdcf263a..535dcaff9c0808e2077d9e5daebc96f4a031edb1 100644
|
| --- a/content/browser/renderer_host/ime_adapter_android.h
|
| +++ b/content/browser/renderer_host/ime_adapter_android.h
|
| @@ -87,7 +87,7 @@ class ImeAdapterAndroid {
|
| void SetCharacterBounds(const std::vector<gfx::RectF>& rects);
|
|
|
| private:
|
| - RenderWidgetHostImpl* GetRenderWidgetHostImpl();
|
| + RenderWidgetHostImpl* GetFocusedWidget();
|
| RenderFrameHost* GetFocusedFrame();
|
| WebContents* GetWebContents();
|
| std::vector<blink::WebCompositionUnderline> GetUnderlinesFromSpans(
|
|
|