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 dc631f14891633c9e29093b5f8250c8960c9ba1c..42af8ed93dd3d4e415845d328dd849f94d7bccb1 100644 |
| --- a/third_party/WebKit/Source/core/editing/Editor.h |
| +++ b/third_party/WebKit/Source/core/editing/Editor.h |
| @@ -282,6 +282,8 @@ private: |
| SpellChecker& spellChecker() const; |
| bool handleEditingKeyboardEvent(KeyboardEvent*); |
| + |
|
yosin_UTC9
2016/01/27 06:02:38
nit: we don't need to have an extra blank line
Xiaocheng
2016/01/27 07:20:37
Done.
|
| + void requestSpellcheckingAfterApplyingCommand(CompositeEditCommand*); |
| }; |
| inline void Editor::setStartNewKillRingSequence(bool flag) |