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 a23696da37d83eb699b2f034fbd048683cec7c36..36e21623ddbf50ccefa897e33dab99cefbcf853c 100644 |
--- a/content/browser/renderer_host/ime_adapter_android.h |
+++ b/content/browser/renderer_host/ime_adapter_android.h |
@@ -62,7 +62,7 @@ class ImeAdapterAndroid { |
// Called from native -> java |
void CancelComposition(); |
- void FocusedNodeChanged(bool is_editable_node); |
+ void FocusedNodeChanged(bool is_editable_node, int editable_node_max_length); |
private: |
RenderWidgetHostImpl* GetRenderWidgetHostImpl(); |