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

Unified Diff: third_party/WebKit/Source/modules/vibration/VibrationController.h

Issue 2643023005: Move VibrationController to TaskRunnerTimer. (Closed)
Patch Set: Created 3 years, 11 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/modules/vibration/VibrationController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/vibration/VibrationController.h
diff --git a/third_party/WebKit/Source/modules/vibration/VibrationController.h b/third_party/WebKit/Source/modules/vibration/VibrationController.h
index 176f04f996246b3b0392a3b0a6312f1019e1f8be..462f64f261e948395a2326b10db1f5941c851e00 100644
--- a/third_party/WebKit/Source/modules/vibration/VibrationController.h
+++ b/third_party/WebKit/Source/modules/vibration/VibrationController.h
@@ -81,7 +81,7 @@ class MODULES_EXPORT VibrationController final
// Timer for calling |doVibrate| after a delay. It is safe to call
// |startOneshot| when the timer is already running: it may affect the time
// at which it fires, but |doVibrate| will still be called only once.
- Timer<VibrationController> m_timerDoVibrate;
+ TaskRunnerTimer<VibrationController> m_timerDoVibrate;
// Whether a pattern is being processed. The vibration hardware may
// currently be active, or during a pause it may be inactive.
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/vibration/VibrationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698