| Index: content/common/gpu/media/android_copying_backing_strategy.h
|
| diff --git a/content/common/gpu/media/android_copying_backing_strategy.h b/content/common/gpu/media/android_copying_backing_strategy.h
|
| index 2a6f3d50265e14cbb7017a4b22f450e5df53499a..8980404dfdb48283fb300311065516ab4f25eed6 100644
|
| --- a/content/common/gpu/media/android_copying_backing_strategy.h
|
| +++ b/content/common/gpu/media/android_copying_backing_strategy.h
|
| @@ -37,6 +37,7 @@ class CONTENT_EXPORT AndroidCopyingBackingStrategy
|
| const AndroidVideoDecodeAccelerator::OutputBufferMap&) override;
|
| scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture() const override;
|
| uint32_t GetTextureTarget() const override;
|
| + gfx::Size GetPictureBufferSize() const override;
|
| void UseCodecBufferForPictureBuffer(int32_t codec_buffer_index,
|
| const media::PictureBuffer&) override;
|
| void CodecChanged(
|
|
|