| 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_;
|
|
|