| 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 7c3a28a3e5a8ccfb4dbd5ec1653742203d69ee40..98582f0565213bc0c0bd48dc8543818577583f42 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.h
|
| @@ -74,7 +74,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(
|
|
|