| Index: content/common/gpu/media/android_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h
|
| index 6afd4376a4fd576c9ae164a14a8f6c70d67edc9b..fec0102b106c0c401ff31e780f98819e4a66e601 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.h
|
| @@ -204,7 +204,7 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator
|
| base::WeakPtr<gpu::gles2::GLES2Decoder> gl_decoder_;
|
|
|
| // Repeating timer responsible for draining pending IO to the codec.
|
| - base::RepeatingTimer<AndroidVideoDecodeAccelerator> io_timer_;
|
| + base::RepeatingTimer io_timer_;
|
|
|
| // Backing strategy that we'll use to connect PictureBuffers to frames.
|
| scoped_ptr<BackingStrategy> strategy_;
|
|
|