Index: media/video/video_decode_context.h |
diff --git a/media/video/video_decode_context.h b/media/video/video_decode_context.h |
index 7bd6741d48ce01659f55c86f1503e343916507f2..55740f78053e3487e83a9bd603034fba4a6dfe3f 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. |