Chromium Code Reviews| 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 2622bb8e675c99014d946bdd0bb25b2498b1ab4f..8f122ab6d19e7f947f1c47aaac453770e20801c2 100644 |
| --- a/third_party/WebKit/Source/core/editing/Editor.h |
| +++ b/third_party/WebKit/Source/core/editing/Editor.h |
| @@ -146,6 +146,8 @@ public: |
| return *m_frame; |
| } |
| + HeapRanges* getRanges() const; |
|
dtapuska
2016/05/13 13:27:17
Comment?
chongz
2016/05/19 04:41:48
Done.
|
| + |
| const EditorInternalCommand* m_command; |
| EditorCommandSource m_source; |
| Member<LocalFrame> m_frame; |