| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index a42784c9b999ca948b2ed1f4ee32fb8e09f10cf5..49cc9372ec70386ac297c33c60dc825c73f865d3 100644
|
| --- a/cc/resources/video_resource_updater.h
|
| +++ b/cc/resources/video_resource_updater.h
|
| @@ -49,6 +49,7 @@ class CC_EXPORT VideoFrameExternalResources {
|
| };
|
|
|
| ResourceType type;
|
| + ResourceFormat format;
|
| std::vector<TextureMailbox> mailboxes;
|
| std::vector<ReleaseCallbackImpl> release_callbacks;
|
| bool read_lock_fences_enabled;
|
|
|