| Index: chrome/gpu/media/fake_gl_video_device.cc
|
| diff --git a/chrome/gpu/media/fake_gl_video_device.cc b/chrome/gpu/media/fake_gl_video_device.cc
|
| index 9e450ec2263eb7537734d067212639fb599d8b65..397b20f111b03d5f8f35bea04b50db208af029e9 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.
|
|
|