| 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 f7f6eab374bc90e779b708baabb51d6c691d2c97..a587f104041f4cb6aea0cc580ca3cc235488b71e 100644
|
| --- a/content/common/gpu/media/android_video_encode_accelerator.h
|
| +++ b/content/common/gpu/media/android_video_encode_accelerator.h
|
| @@ -86,7 +86,7 @@ class CONTENT_EXPORT AndroidVideoEncodeAccelerator
|
| // Frames waiting to be passed to the codec, queued until an input buffer is
|
| // available. Each element is a tuple of <Frame, key_frame, enqueue_time>.
|
| typedef std::queue<
|
| - Tuple3<scoped_refptr<media::VideoFrame>, bool, base::Time> >
|
| + Tuple<scoped_refptr<media::VideoFrame>, bool, base::Time>>
|
| PendingFrames;
|
| PendingFrames pending_frames_;
|
|
|
|
|