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

Unified Diff: ui/chromeos/touch_exploration_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
« no previous file with comments | « ui/chromeos/ime/mode_indicator_view.h ('k') | ui/display/chromeos/display_configurator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/touch_exploration_controller.h
diff --git a/ui/chromeos/touch_exploration_controller.h b/ui/chromeos/touch_exploration_controller.h
index ea46fd5647e9c5aef4067e6277aadf228070d421..d023ec9ec2b4e525843c52b67e67bf775afee2af 100644
--- a/ui/chromeos/touch_exploration_controller.h
+++ b/ui/chromeos/touch_exploration_controller.h
@@ -436,13 +436,13 @@ class UI_CHROMEOS_EXPORT TouchExplorationController
scoped_ptr<ui::TouchEvent> last_touch_exploration_;
// A timer that fires after the double-tap delay.
- base::OneShotTimer<TouchExplorationController> tap_timer_;
+ base::OneShotTimer tap_timer_;
// A timer that fires to enter passthrough.
- base::OneShotTimer<TouchExplorationController> passthrough_timer_;
+ base::OneShotTimer passthrough_timer_;
// A timer to fire an indicating sound when sliding to change volume.
- base::RepeatingTimer<TouchExplorationController> sound_timer_;
+ base::RepeatingTimer sound_timer_;
// A default gesture detector config, so we can share the same
// timeout and pixel slop constants.
« no previous file with comments | « ui/chromeos/ime/mode_indicator_view.h ('k') | ui/display/chromeos/display_configurator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698