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

Unified Diff: third_party/WebKit/Source/core/html/shadow/SpinButtonElement.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/html/shadow/SpinButtonElement.h
diff --git a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h b/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h
index e7f9d56e43a24ea7c099b12bf995889b71a774ba..d659708b61d9cbfc82a9bfdd9d92a9834cd83553 100644
--- a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h
+++ b/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h
@@ -86,7 +86,7 @@ private:
void doStepAction(int);
void startRepeatingTimer();
void stopRepeatingTimer();
- void repeatingTimerFired(Timer<SpinButtonElement>*);
+ void repeatingTimerFired(TimerBase*);
void setHovered(bool = true) override;
bool shouldRespondToMouseEvents();
bool isMouseFocusable() const override { return false; }

Powered by Google App Engine
This is Rietveld 408576698