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

Unified Diff: chrome/gpu/media/mft_angle_video_device.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 | « chrome/gpu/media/gpu_video_device.h ('k') | chrome/gpu/media/mft_angle_video_device.cc » ('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.h
diff --git a/chrome/gpu/media/mft_angle_video_device.h b/chrome/gpu/media/mft_angle_video_device.h
index fb1e0e890300675ff7a02daa88f422911e4f1683..0775a064ca5a6b308332578955026f1d5ee37f67 100644
--- a/chrome/gpu/media/mft_angle_video_device.h
+++ b/chrome/gpu/media/mft_angle_video_device.h
@@ -32,8 +32,8 @@ class MftAngleVideoDevice : public GpuVideoDevice {
scoped_refptr<media::VideoFrame>* frame);
virtual void ReleaseVideoFrame(
const scoped_refptr<media::VideoFrame>& frame);
- virtual bool UploadToVideoFrame(void* buffer,
- scoped_refptr<media::VideoFrame> frame);
+ virtual bool ConvertToVideoFrame(void* buffer,
+ scoped_refptr<media::VideoFrame> frame);
private:
ScopedComPtr<IDirect3DDevice9, &IID_IDirect3DDevice9> device_;
« no previous file with comments | « chrome/gpu/media/gpu_video_device.h ('k') | chrome/gpu/media/mft_angle_video_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698