summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/media/fake_gl_video_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/gpu/media/fake_gl_video_device.h')
-rw-r--r--chrome/gpu/media/fake_gl_video_device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/gpu/media/fake_gl_video_device.h b/chrome/gpu/media/fake_gl_video_device.h
index 711c3ef..2075547 100644
--- a/chrome/gpu/media/fake_gl_video_device.h
+++ b/chrome/gpu/media/fake_gl_video_device.h
@@ -20,8 +20,8 @@ class FakeGlVideoDevice : 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);
};
#endif // CHROME_GPU_MEDIA_FAKE_GL_VIDEO_DEVICE_H_