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

Unified Diff: ui/display/chromeos/display_configurator.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/touch_exploration_controller.h ('k') | ui/events/gesture_detection/gesture_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/display_configurator.h
diff --git a/ui/display/chromeos/display_configurator.h b/ui/display/chromeos/display_configurator.h
index eab3d90c8ea02de607a3a0abc06556c6aaa7ce5d..5a2b2d482f588ac404a1df659eeeef9d4ce54131 100644
--- a/ui/display/chromeos/display_configurator.h
+++ b/ui/display/chromeos/display_configurator.h
@@ -403,7 +403,7 @@ class DISPLAY_EXPORT DisplayConfigurator : public NativeDisplayObserver {
// The timer to delay configuring displays. This is used to aggregate multiple
// display configuration events when they are reported in short time spans.
// See comment for NativeDisplayEventDispatcherX11 for more details.
- base::OneShotTimer<DisplayConfigurator> configure_timer_;
+ base::OneShotTimer configure_timer_;
// Id for next display protection client.
ContentProtectionClientId next_display_protection_client_id_;
« no previous file with comments | « ui/chromeos/touch_exploration_controller.h ('k') | ui/events/gesture_detection/gesture_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698