| Index: media/renderers/gpu_video_accelerator_factories.h
|
| diff --git a/media/renderers/gpu_video_accelerator_factories.h b/media/renderers/gpu_video_accelerator_factories.h
|
| index f725b7332d530e2bdf5d30ce9ce16b8b87c6cca7..06f6fd90ac915aa266287d2176cc0f642c683c99 100644
|
| --- a/media/renderers/gpu_video_accelerator_factories.h
|
| +++ b/media/renderers/gpu_video_accelerator_factories.h
|
| @@ -93,7 +93,7 @@ class MEDIA_EXPORT GpuVideoAcceleratorFactories {
|
| virtual unsigned ImageTextureTarget(gfx::BufferFormat format) = 0;
|
| // Pixel format of the hardware video frames created when GpuMemoryBuffers
|
| // video frames are enabled.
|
| - virtual VideoPixelFormat VideoFrameOutputFormat() = 0;
|
| + virtual VideoPixelFormat VideoFrameOutputFormat(media::VideoPixelFormat) = 0;
|
|
|
| virtual std::unique_ptr<ScopedGLContextLock> GetGLContextLock() = 0;
|
|
|
|
|