Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index e2a97648b6317adaadf1d23a78f26b0530f14a46..1938e7c4ab0aa7390131721251e4a7e6e43c0bbf 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -481,7 +481,8 @@ class CONTENT_EXPORT RenderViewHostImpl |
void OnUpdateDragCursor(blink::WebDragOperation drag_operation); |
void OnTargetDropACK(); |
void OnTakeFocus(bool reverse); |
- void OnFocusedNodeChanged(bool is_editable_node); |
+ void OnFocusedNodeChanged(bool is_editable_node, |
+ int editable_node_max_length); |
void OnUpdateInspectorSetting(const std::string& key, |
const std::string& value); |
void OnClosePageACK(); |