| Index: content/common/gpu/media/android_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h
|
| index 378bc6f79fa86c3540076347389ce207211974fb..0eb039010cdf0d46152303e64ab90e45098e786b 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.h
|
| @@ -75,7 +75,8 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator
|
|
|
| // Notify strategy that a picture buffer has been assigned.
|
| virtual void AssignOnePictureBuffer(
|
| - const media::PictureBuffer& picture_buffer) {}
|
| + const media::PictureBuffer& picture_buffer,
|
| + bool have_context) {}
|
|
|
| // Notify strategy that a picture buffer has been reused.
|
| virtual void ReuseOnePictureBuffer(
|
|
|