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

Unified Diff: content/renderer/render_thread_impl.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: . 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/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index b09df57f599261b7925350fbf68477383fafe09b..67ca23cf073341520655ffe7a0a2b1cd799af2eb 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -547,7 +547,7 @@ class CONTENT_EXPORT RenderThreadImpl
bool layout_test_mode_;
// Timer that periodically calls IdleHandler.
- base::RepeatingTimer<RenderThreadImpl> idle_timer_;
+ base::RepeatingTimer idle_timer_;
// The channel from the renderer process to the GPU process.
scoped_refptr<GpuChannelHost> gpu_channel_;

Powered by Google App Engine
This is Rietveld 408576698