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

Unified Diff: ui/ozone/demo/software_renderer.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/message_center/views/message_popup_collection.cc ('k') | ui/ozone/platform/drm/gpu/drm_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/demo/software_renderer.h
diff --git a/ui/ozone/demo/software_renderer.h b/ui/ozone/demo/software_renderer.h
index dcb4645988224588876222c26b7b4d091913cff9..6fbbcbec44d744d8a67928182dc47e464cb94a12 100644
--- a/ui/ozone/demo/software_renderer.h
+++ b/ui/ozone/demo/software_renderer.h
@@ -38,7 +38,7 @@ class SoftwareRenderer : public RendererBase {
scoped_ptr<gfx::VSyncProvider> vsync_provider_;
// Timer for animation.
- base::RepeatingTimer<SoftwareRenderer> timer_;
+ base::RepeatingTimer timer_;
base::TimeDelta vsync_period_;
« no previous file with comments | « ui/message_center/views/message_popup_collection.cc ('k') | ui/ozone/platform/drm/gpu/drm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698