summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/media/fake_gl_video_device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/gpu/media/fake_gl_video_device.cc')
-rw-r--r--chrome/gpu/media/fake_gl_video_device.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/gpu/media/fake_gl_video_device.cc b/chrome/gpu/media/fake_gl_video_device.cc
index 9e450ec..397b20f 100644
--- a/chrome/gpu/media/fake_gl_video_device.cc
+++ b/chrome/gpu/media/fake_gl_video_device.cc
@@ -37,7 +37,7 @@ void FakeGlVideoDevice::ReleaseVideoFrame(
// for the VideoFrame(s) generated.
}
-bool FakeGlVideoDevice::UploadToVideoFrame(
+bool FakeGlVideoDevice::ConvertToVideoFrame(
void* buffer, scoped_refptr<media::VideoFrame> frame) {
// Assume we are in the right context and then upload the content to the
// texture.