| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index b9b5b95c02631e476cf1fbd76347af5052506b42..3cebc6401a8f16fec45fb44c429d77bdc114710c 100644
|
| --- a/cc/resources/video_resource_updater.h
|
| +++ b/cc/resources/video_resource_updater.h
|
| @@ -20,6 +20,7 @@
|
| #include "cc/resources/release_callback_impl.h"
|
| #include "cc/resources/resource_format.h"
|
| #include "cc/resources/texture_mailbox.h"
|
| +#include "media/base/video_types.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| namespace media {
|
| @@ -49,6 +50,7 @@ class CC_EXPORT VideoFrameExternalResources {
|
| };
|
|
|
| ResourceType type;
|
| + media::VideoPixelFormat pixel_format;
|
| std::vector<TextureMailbox> mailboxes;
|
| std::vector<ReleaseCallbackImpl> release_callbacks;
|
| bool read_lock_fences_enabled;
|
|
|