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

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h

Issue 2720193002: Implement hot mode invocation for idle time spell checker (Closed)
Patch Set: style fix Created 3 years, 9 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/spellcheck/IdleSpellCheckCallback.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h b/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
index 50b1795962fcdd830689b4b4e4559577ce21a715..2234fa328984adfe4e12de599096a5e03fb30a3e 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
@@ -7,6 +7,8 @@
#include "core/dom/IdleRequestCallback.h"
#include "core/dom/SynchronousMutationObserver.h"
+#include "core/editing/EphemeralRange.h"
+#include "core/editing/Position.h"
#include "platform/Timer.h"
namespace blink {
@@ -93,7 +95,7 @@ class CORE_EXPORT IdleSpellCheckCallback final
int m_idleCallbackHandle;
mutable bool m_needsMoreColdModeInvocationForTesting;
const Member<LocalFrame> m_frame;
-
+ uint64_t m_lastProcessedUndoStepSequence;
TaskRunnerTimer<IdleSpellCheckCallback> m_coldModeTimer;
};

Powered by Google App Engine
This is Rietveld 408576698