Index: third_party/WebKit/Source/core/editing/Editor.h |
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h |
index 28b59976019ade5de87a8b057601a4b3f799570c..4262211b55107b0dbc84e5b20a776f8a3a5ec48f 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.h |
+++ b/third_party/WebKit/Source/core/editing/Editor.h |
@@ -146,6 +146,10 @@ public: |
return *m_frame; |
} |
+ // Returns target ranges for the command, currently only supports delete related commands. |
+ // Used by InputEvent. |
+ RangeVector* getRanges() const; |
+ |
const EditorInternalCommand* m_command; |
EditorCommandSource m_source; |
Member<LocalFrame> m_frame; |