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

Unified Diff: chrome/gpu/gpu_video_decoder_unittest.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.cc ('k') | chrome/gpu/media/fake_gl_video_decode_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/gpu_video_decoder_unittest.cc
diff --git a/chrome/gpu/gpu_video_decoder_unittest.cc b/chrome/gpu/gpu_video_decoder_unittest.cc
index b1ea7513094d39e4d6fc82c2ddcc315ad77e9548..41e88d3eb586d2987df714580111e05ef0e15e14 100644
--- a/chrome/gpu/gpu_video_decoder_unittest.cc
+++ b/chrome/gpu/gpu_video_decoder_unittest.cc
@@ -36,7 +36,7 @@ class MockGpuVideoDevice : public GpuVideoDevice {
scoped_refptr<media::VideoFrame>*));
MOCK_METHOD1(ReleaseVideoFrame,
void(const scoped_refptr<media::VideoFrame>& frame));
- MOCK_METHOD2(UploadToVideoFrame,
+ MOCK_METHOD2(ConvertToVideoFrame,
bool(void* buffer, scoped_refptr<media::VideoFrame> frame));
private:
« no previous file with comments | « chrome/gpu/gpu_video_decoder.cc ('k') | chrome/gpu/media/fake_gl_video_decode_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698