| Index: chrome/gpu/gpu_video_decoder.h
|
| diff --git a/chrome/gpu/gpu_video_decoder.h b/chrome/gpu/gpu_video_decoder.h
|
| index 25885c8079aa006fc8647afd7c647f213520c956..79b9bdbbb120b63cb659efdeec70fc4e8b7e5c4f 100644
|
| --- a/chrome/gpu/gpu_video_decoder.h
|
| +++ b/chrome/gpu/gpu_video_decoder.h
|
| @@ -120,9 +120,9 @@ class GpuVideoDecoder
|
| int n, size_t width, size_t height, media::VideoFrame::Format format,
|
| std::vector<scoped_refptr<media::VideoFrame> >* frames, Task* task);
|
| virtual void ReleaseAllVideoFrames();
|
| - virtual void UploadToVideoFrame(void* buffer,
|
| - scoped_refptr<media::VideoFrame> frame,
|
| - Task* task);
|
| + virtual void ConvertToVideoFrame(void* buffer,
|
| + scoped_refptr<media::VideoFrame> frame,
|
| + Task* task);
|
| virtual void Destroy(Task* task);
|
|
|
| // These methods are used in unit test only.
|
|
|