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

Unified Diff: content/browser/renderer_host/input/tap_suppression_controller.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 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: content/browser/renderer_host/input/tap_suppression_controller.h
diff --git a/content/browser/renderer_host/input/tap_suppression_controller.h b/content/browser/renderer_host/input/tap_suppression_controller.h
index 93977f950c3bd2ec4bb1ea83a55068e087164af5..bec962a0507e1c3a761eb26ad2aa3e5206180519 100644
--- a/content/browser/renderer_host/input/tap_suppression_controller.h
+++ b/content/browser/renderer_host/input/tap_suppression_controller.h
@@ -72,7 +72,7 @@ class CONTENT_EXPORT TapSuppressionController {
};
TapSuppressionControllerClient* client_;
- base::OneShotTimer<TapSuppressionController> tap_down_timer_;
+ base::OneShotTimer tap_down_timer_;
State state_;
base::TimeDelta max_cancel_to_down_time_;
« no previous file with comments | « content/browser/renderer_host/input/gesture_event_queue.h ('k') | content/browser/renderer_host/input/timeout_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698