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

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

Issue 2191533003: Refactor Timer classes in preparation for landing FrameTimers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More build fixes Created 4 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: 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 72c022c4046c57b8d9b40c3a3ef1ace802277f8e..44a6a2f494dfd041121b0b5afcad7d94a6600f88 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
@@ -110,7 +110,7 @@ private:
explicit SpellCheckRequester(LocalFrame&);
TextCheckerClient& client() const;
- void timerFiredToProcessQueuedRequest(Timer<SpellCheckRequester>*);
+ void timerFiredToProcessQueuedRequest(TimerBase*);
void invokeRequest(SpellCheckRequest*);
void enqueueRequest(SpellCheckRequest*);
void didCheckSucceed(int sequence, const Vector<TextCheckingResult>&);

Powered by Google App Engine
This is Rietveld 408576698