Index: chrome/gpu/media/gpu_video_device.h |
diff --git a/chrome/gpu/media/gpu_video_device.h b/chrome/gpu/media/gpu_video_device.h |
index 055690353490528eb2ec807abaa6d9a0c4c12f02..1ee4b6b108cd1d5473bf749d28ddca2c864d6354 100644 |
--- a/chrome/gpu/media/gpu_video_device.h |
+++ b/chrome/gpu/media/gpu_video_device.h |
@@ -49,9 +49,8 @@ class GpuVideoDevice { |
// the GPU process. |
// |
// Return true if successful. |
- // TODO(hclam): Rename this to ConvertToVideoFrame(). |
- virtual bool UploadToVideoFrame(void* buffer, |
- scoped_refptr<media::VideoFrame> frame) = 0; |
+ virtual bool ConvertToVideoFrame(void* buffer, |
+ scoped_refptr<media::VideoFrame> frame) = 0; |
}; |
#endif // CHROME_GPU_MEDIA_GPU_VIDEO_DEVICE_H_ |