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

Unified Diff: media/blink/skcanvas_video_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 | « media/base/android/media_player_bridge.h ('k') | media/cast/test/receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/skcanvas_video_renderer.h
diff --git a/media/blink/skcanvas_video_renderer.h b/media/blink/skcanvas_video_renderer.h
index b82fe0a7847457d3684257654d8d38198a268b17..0bb7b39a06e493e0ce165c8f22ed6e7791ae92f6 100644
--- a/media/blink/skcanvas_video_renderer.h
+++ b/media/blink/skcanvas_video_renderer.h
@@ -81,7 +81,7 @@ class MEDIA_EXPORT SkCanvasVideoRenderer {
// Timestamp of the videoframe used to generate |last_image_|.
base::TimeDelta last_timestamp_ = media::kNoTimestamp();
// If |last_image_| is not used for a while, it's deleted to save memory.
- base::DelayTimer<SkCanvasVideoRenderer> last_image_deleting_timer_;
+ base::DelayTimer last_image_deleting_timer_;
DISALLOW_COPY_AND_ASSIGN(SkCanvasVideoRenderer);
};
« no previous file with comments | « media/base/android/media_player_bridge.h ('k') | media/cast/test/receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698