Chromium Code Reviews| 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..3b4c58b727820261e93b68b72ad10ac8b558da17 100644 |
| --- a/content/browser/renderer_host/ime_adapter_android.h |
| +++ b/content/browser/renderer_host/ime_adapter_android.h |
| @@ -87,7 +87,8 @@ class ImeAdapterAndroid { |
| void SetCharacterBounds(const std::vector<gfx::RectF>& rects); |
| private: |
| - RenderWidgetHostImpl* GetRenderWidgetHostImpl(); |
| + RenderWidgetHostImpl* GetPageRenderWidgetHostImpl(); |
|
Charlie Reis
2017/01/25 22:00:22
Let's add a comment saying when you'd want to use
EhsanK
2017/01/26 19:16:29
Following our other discussions in the cc file, I
|
| + RenderWidgetHostImpl* GetFocusedWidget(); |
| RenderFrameHost* GetFocusedFrame(); |
| WebContents* GetWebContents(); |
| std::vector<blink::WebCompositionUnderline> GetUnderlinesFromSpans( |