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

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

Issue 2612713002: Move core/editing timer to frame-specific task runners. (Closed)
Patch Set: Created 3 years, 12 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/SpellCheckRequester.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
index 47a4b2feef3e55e50e55cb70f9b195f276815e11..b7d819b7072354e2c8798c69b45f2532f87a5819 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
@@ -126,7 +126,7 @@ class SpellCheckRequester final
int m_lastRequestSequence;
int m_lastProcessedSequence;
- Timer<SpellCheckRequester> m_timerToProcessQueuedRequest;
+ TaskRunnerTimer<SpellCheckRequester> m_timerToProcessQueuedRequest;
Member<SpellCheckRequest> m_processingRequest;

Powered by Google App Engine
This is Rietveld 408576698