Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6662)

Unified Diff: chrome/gpu/media/mft_angle_video_device.cc

Issue 4113006: Rename UploadToVideoFrame to ConvertToVideoFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/gpu/media/mft_angle_video_device.h ('k') | chrome/renderer/media/gles2_video_decode_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/gpu/media/mft_angle_video_device.h ('k') | chrome/renderer/media/gles2_video_decode_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698