Index: chrome/gpu/media/mft_angle_video_device.cc |
diff --git a/chrome/gpu/media/mft_angle_video_device.cc b/chrome/gpu/media/mft_angle_video_device.cc |
index 1faf9dcf913bc91d217358484fb5dfa45e93303b..56cb71742eb8645493bcd6ff6754105640687d6f 100644 |
--- a/chrome/gpu/media/mft_angle_video_device.cc |
+++ b/chrome/gpu/media/mft_angle_video_device.cc |
@@ -43,7 +43,7 @@ void MftAngleVideoDevice::ReleaseVideoFrame( |
// for the VideoFrame(s) generated. |
} |
-bool MftAngleVideoDevice::UploadToVideoFrame( |
+bool MftAngleVideoDevice::ConvertToVideoFrame( |
void* buffer, scoped_refptr<media::VideoFrame> frame) { |
gl::Context* context = (gl::Context*)eglGetCurrentContext(); |
// TODO(hclam): Connect ANGLE to upload the surface to texture when changes |