summaryrefslogtreecommitdiffstats
path: root/media/video/video_decode_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/video/video_decode_context.h')
-rw-r--r--media/video/video_decode_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/media/video/video_decode_context.h b/media/video/video_decode_context.h
index 7bd6741..55740f7 100644
--- a/media/video/video_decode_context.h
+++ b/media/video/video_decode_context.h
@@ -67,9 +67,9 @@ class VideoDecodeContext {
// Implementor should know how to handle it.
//
// |task| is executed if the operation was completed successfully.
- // TODO(hclam): Rename this to ConvertToVideoFrame().
- virtual void UploadToVideoFrame(void* buffer, scoped_refptr<VideoFrame> frame,
- Task* task) = 0;
+ virtual void ConvertToVideoFrame(void* buffer,
+ scoped_refptr<VideoFrame> frame,
+ Task* task) = 0;
// Destroy this context asynchronously. When the operation is done |task|
// is called. It is safe to delete this object only after |task| is called.