| 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 59273d96a211015409a18507574409ffbeb74ef8..acfe70aa6777711eea1b10f43f7eef1ed1122321 100644
|
| --- a/content/common/gpu/media/android_copying_backing_strategy.h
|
| +++ b/content/common/gpu/media/android_copying_backing_strategy.h
|
| @@ -42,9 +42,7 @@ class CONTENT_EXPORT AndroidCopyingBackingStrategy
|
| gfx::Size GetPictureBufferSize() const override;
|
| void UseCodecBufferForPictureBuffer(int32_t codec_buffer_index,
|
| const media::PictureBuffer&) override;
|
| - void CodecChanged(
|
| - media::VideoCodecBridge*,
|
| - const AndroidVideoDecodeAccelerator::OutputBufferMap&) override;
|
| + void CodecChanged(media::VideoCodecBridge*) override;
|
| void OnFrameAvailable() override;
|
| bool ArePicturesOverlayable() override;
|
| void UpdatePictureBufferSize(media::PictureBuffer* picture_buffer,
|
|
|