| 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;
|
| };
|
|
|
|
|