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 3e05912250e162a4f3ba17bce4df5a076241df82..357178fabca74e3a42cc78fc06f8597fb5593833 100644 |
| --- a/third_party/WebKit/Source/core/editing/Editor.h |
| +++ b/third_party/WebKit/Source/core/editing/Editor.h |
| @@ -199,6 +199,7 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> { |
| void undo(); |
| bool canRedo(); |
| void redo(); |
| + UndoStack& undoStack() const { return *m_undoStack; } |
|
yosin_UTC9
2017/03/03 05:34:23
Could you put comment that we should treat return
Xiaocheng
2017/03/03 06:28:27
Done.
|
| void setBaseWritingDirection(WritingDirection); |