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

Unified Diff: third_party/WebKit/Source/core/html/forms/SearchInputType.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/forms/SearchInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/SearchInputType.h b/third_party/WebKit/Source/core/html/forms/SearchInputType.h
index b97cb8673ee1bcfdb1366894c9173191beb5d8f0..d36c2edeeb8dbd3b58b0cab7f7462e2d17ed9920 100644
--- a/third_party/WebKit/Source/core/html/forms/SearchInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/SearchInputType.h
@@ -54,7 +54,7 @@ private:
const AtomicString& defaultAutocapitalize() const override;
void dispatchSearchEvent() override;
- void searchEventTimerFired(Timer<SearchInputType>*);
+ void searchEventTimerFired(TimerBase*);
bool searchEventsShouldBeDispatched() const;
void startSearchEventTimer();
void updateCancelButtonVisibility();

Powered by Google App Engine
This is Rietveld 408576698