Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1176)

Unified Diff: third_party/WebKit/Source/core/editing/Editor.h

Issue 1636883003: Perform Spellcheck Requesting before Dispatching Events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test case Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698