| Index: media/video/video_decode_accelerator.h
|
| diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
|
| index 994d1cb3f5cd6cbd2e16415c61c49e660833a31a..98d68460bb493870c7f97624717a9111bd374823 100644
|
| --- a/media/video/video_decode_accelerator.h
|
| +++ b/media/video/video_decode_accelerator.h
|
| @@ -75,6 +75,10 @@ class MEDIA_EXPORT VideoDecodeAccelerator {
|
| // indicates that the client supports it as well. Refer to
|
| // NotifyInitializationComplete for more details.
|
| SUPPORTS_DEFERRED_INITIALIZATION = 1 << 2,
|
| +
|
| + // If set, video frames will have COPY_REQUIRED flag which will cause
|
| + // an extra texture copy during composition.
|
| + REQUIRES_TEXTURE_COPY = 1 << 3,
|
| };
|
|
|
| SupportedProfiles supported_profiles;
|
|
|