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

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.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/input/EventHandler.h
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
index 90913a3697e6780b440d60a6ab46f89d50f80364..31a529667f9bfdaf097bd1342c27dc6782178bb2 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.h
+++ b/third_party/WebKit/Source/core/input/EventHandler.h
@@ -262,11 +262,11 @@ private:
OptionalCursor selectCursor(const HitTestResult&);
OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam);
- void hoverTimerFired(Timer<EventHandler>*);
- void cursorUpdateTimerFired(Timer<EventHandler>*);
- void activeIntervalTimerFired(Timer<EventHandler>*);
+ void hoverTimerFired(TimerBase*);
+ void cursorUpdateTimerFired(TimerBase*);
+ void activeIntervalTimerFired(TimerBase*);
- void fakeMouseMoveEventTimerFired(Timer<EventHandler>*);
+ void fakeMouseMoveEventTimerFired(TimerBase*);
void cancelFakeMouseMoveEvent();
bool isCursorVisible() const;
void updateCursor();
« no previous file with comments | « third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp ('k') | third_party/WebKit/Source/core/input/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698