| 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 17b096aecd563665d9c62e1e0cb691ba5c6c7c8b..f4495ddf29657b53e18da793e9b9d21dbfbfb4bd 100644
|
| --- a/content/common/gpu/media/android_copying_backing_strategy.h
|
| +++ b/content/common/gpu/media/android_copying_backing_strategy.h
|
| @@ -32,11 +32,11 @@ class CONTENT_EXPORT AndroidCopyingBackingStrategy
|
| ~AndroidCopyingBackingStrategy() override;
|
|
|
| // AndroidVideoDecodeAccelerator::BackingStrategy
|
| - void Initialize(AVDAStateProvider*) override;
|
| + void Initialize(AVDAStateProvider* state_provider,
|
| + scoped_refptr<gfx::SurfaceTexture> surface_texture) override;
|
| void Cleanup(bool have_context,
|
| const AndroidVideoDecodeAccelerator::OutputBufferMap&) override;
|
| uint32_t GetTextureTarget() const override;
|
| - scoped_refptr<gfx::SurfaceTexture> CreateSurfaceTexture() override;
|
| void UseCodecBufferForPictureBuffer(int32_t codec_buffer_index,
|
| const media::PictureBuffer&) override;
|
| void CodecChanged(
|
|
|