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

Unified Diff: content/common/gpu/media/android_video_encode_accelerator.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
Index: content/common/gpu/media/android_video_encode_accelerator.h
diff --git a/content/common/gpu/media/android_video_encode_accelerator.h b/content/common/gpu/media/android_video_encode_accelerator.h
index f44865e929f058fabac9345d51766ffa5944beff..98fa3c2b92a282c410eb82124c31d81021603200 100644
--- a/content/common/gpu/media/android_video_encode_accelerator.h
+++ b/content/common/gpu/media/android_video_encode_accelerator.h
@@ -90,7 +90,7 @@ class CONTENT_EXPORT AndroidVideoEncodeAccelerator
PendingFrames pending_frames_;
// Repeating timer responsible for draining pending IO to the codec.
- base::RepeatingTimer<AndroidVideoEncodeAccelerator> io_timer_;
+ base::RepeatingTimer io_timer_;
// The difference between number of buffers queued & dequeued at the codec.
int32 num_buffers_at_codec_;

Powered by Google App Engine
This is Rietveld 408576698