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

Unified Diff: third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h

Issue 2713553003: Convert SpinButtonElement timer to UnspecedTimer frame-specific timer. (Closed)
Patch Set: Convert SpinButtonElement timer to UnspecedTimer frame-specific timer. Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6265385117d6afd9f0375c03fe11fd9b8a248f02..3f2e2b2656e9ee13d2dccff3912ac4082c5d8893 100644
--- a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h
+++ b/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h
@@ -98,7 +98,7 @@ class CORE_EXPORT SpinButtonElement final : public HTMLDivElement,
bool m_capturing;
UpDownState m_upDownState;
UpDownState m_pressStartingState;
- Timer<SpinButtonElement> m_repeatingTimer;
+ TaskRunnerTimer<SpinButtonElement> m_repeatingTimer;
};
DEFINE_TYPE_CASTS(SpinButtonElement,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698