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

Unified Diff: media/video/mock_objects.h

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 | « media/video/mft_h264_decode_engine.cc ('k') | media/video/video_decode_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/mock_objects.h
diff --git a/media/video/mock_objects.h b/media/video/mock_objects.h
index 24cd4d3b3805d3d95f14056ac5fd2a2c4764f82e..c0f3dd928596172f34200764c1943c81669a01a9 100644
--- a/media/video/mock_objects.h
+++ b/media/video/mock_objects.h
@@ -41,7 +41,7 @@ class MockVideoDecodeContext : public VideoDecodeContext {
std::vector<scoped_refptr<VideoFrame> >* frames,
Task* task));
MOCK_METHOD0(ReleaseAllVideoFrames, void());
- MOCK_METHOD3(UploadToVideoFrame, void(
+ MOCK_METHOD3(ConvertToVideoFrame, void(
void* buffer, scoped_refptr<VideoFrame> frame, Task* task));
MOCK_METHOD1(Destroy, void(Task* task));
« no previous file with comments | « media/video/mft_h264_decode_engine.cc ('k') | media/video/video_decode_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698