| 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 a3e273e0442a7046ae46a3f201ad88f3613d61a3..611a88cd769ef634c52217e59bac4d459bdb0cb3 100644
|
| --- a/content/browser/renderer_host/ime_adapter_android.h
|
| +++ b/content/browser/renderer_host/ime_adapter_android.h
|
| @@ -56,6 +56,7 @@ class ImeAdapterAndroid {
|
|
|
| // Called from native -> java
|
| void CancelComposition();
|
| + void OnFocusedNodeChanged(bool is_editable_node);
|
|
|
| private:
|
| RenderWidgetHostImpl* GetRenderWidgetHostImpl();
|
|
|