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

Unified Diff: chrome/gpu/media/fake_gl_video_decode_engine.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/gpu_video_decoder_unittest.cc ('k') | chrome/gpu/media/fake_gl_video_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/media/fake_gl_video_decode_engine.cc
diff --git a/chrome/gpu/media/fake_gl_video_decode_engine.cc b/chrome/gpu/media/fake_gl_video_decode_engine.cc
index 532434b22fab866ff9da6fb7c3624d38a6350c62..db0f7a5a533b868df319411a161b000e799460dd 100644
--- a/chrome/gpu/media/fake_gl_video_decode_engine.cc
+++ b/chrome/gpu/media/fake_gl_video_decode_engine.cc
@@ -108,7 +108,7 @@ void FakeGlVideoDecodeEngine::ConsumeVideoSample(
// After we have filled the content upload the internal frame to the
// VideoFrame allocated through VideoDecodeContext.
- context_->UploadToVideoFrame(
+ context_->ConvertToVideoFrame(
internal_frame_, frame,
NewRunnableMethod(this, &FakeGlVideoDecodeEngine::UploadCompleteTask,
frame));
« no previous file with comments | « chrome/gpu/gpu_video_decoder_unittest.cc ('k') | chrome/gpu/media/fake_gl_video_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698