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

Unified Diff: Source/core/editing/SpellChecker.h

Issue 21024004: Add/remove spell checking markers in text inputs depending on focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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: Source/core/editing/SpellChecker.h
diff --git a/Source/core/editing/SpellChecker.h b/Source/core/editing/SpellChecker.h
index 44a6b5a5c84d26b41eb3df6048d516b9fe98d584..9cc37715aa6b68869df75cd97960b77a77beb3c3 100644
--- a/Source/core/editing/SpellChecker.h
+++ b/Source/core/editing/SpellChecker.h
@@ -83,6 +83,7 @@ public:
void requestCheckingFor(PassRefPtr<SpellCheckRequest>);
void cancelCheck();
+ void cancelProcessingRequest();
please use gerrit instead 2013/07/30 21:32:00 Can you reuse cancelCheck() instead? The implement
pstanek 2013/07/30 21:50:39 This is something layout tests showed me as in the
int lastRequestSequence() const
{

Powered by Google App Engine
This is Rietveld 408576698