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

Unified Diff: third_party/WebKit/Source/core/events/EventSender.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/events/EventSender.h
diff --git a/third_party/WebKit/Source/core/events/EventSender.h b/third_party/WebKit/Source/core/events/EventSender.h
index f9951c9e01e0b5bb90374fcdcf7a0cf924a17647..8dbe8b71c434a167ebfc5c2fddae761990753ed4 100644
--- a/third_party/WebKit/Source/core/events/EventSender.h
+++ b/third_party/WebKit/Source/core/events/EventSender.h
@@ -63,7 +63,7 @@ public:
private:
explicit EventSender(const AtomicString& eventType);
- void timerFired(Timer<EventSender<T>>*) { dispatchPendingEvents(); }
+ void timerFired(TimerBase*) { dispatchPendingEvents(); }
AtomicString m_eventType;
Timer<EventSender<T>> m_timer;

Powered by Google App Engine
This is Rietveld 408576698