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

Unified Diff: ui/ozone/platform/drm/gpu/drm_window.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/ozone/demo/software_renderer.h ('k') | ui/views/controls/menu/menu_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/drm_window.h
diff --git a/ui/ozone/platform/drm/gpu/drm_window.h b/ui/ozone/platform/drm/gpu/drm_window.h
index ad92eccfaa6f6d10f444a1685e10dd9bb4c126cd..23c593214691eef987ba6075e3a4e5290905d18c 100644
--- a/ui/ozone/platform/drm/gpu/drm_window.h
+++ b/ui/ozone/platform/drm/gpu/drm_window.h
@@ -122,7 +122,7 @@ class OZONE_EXPORT DrmWindow {
// the window isn't over an active display.
HardwareDisplayController* controller_ = nullptr;
- base::RepeatingTimer<DrmWindow> cursor_timer_;
+ base::RepeatingTimer cursor_timer_;
scoped_refptr<DrmBuffer> cursor_buffers_[2];
int cursor_frontbuffer_ = 0;
« no previous file with comments | « ui/ozone/demo/software_renderer.h ('k') | ui/views/controls/menu/menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698