summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/media/android_video_encode_accelerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/media/android_video_encode_accelerator.h')
-rw-r--r--content/common/gpu/media/android_video_encode_accelerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/media/android_video_encode_accelerator.h b/content/common/gpu/media/android_video_encode_accelerator.h
index c828de8..e0ae0eb 100644
--- a/content/common/gpu/media/android_video_encode_accelerator.h
+++ b/content/common/gpu/media/android_video_encode_accelerator.h
@@ -85,7 +85,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<
- Tuple<scoped_refptr<media::VideoFrame>, bool, base::Time>>
+ base::Tuple<scoped_refptr<media::VideoFrame>, bool, base::Time>>
PendingFrames;
PendingFrames pending_frames_;