// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_RENDERERS_VIDEO_FRAME_YUV_MAILBOXES_HOLDER_H_ #define MEDIA_RENDERERS_VIDEO_FRAME_YUV_MAILBOXES_HOLDER_H_ #include "media/base/media_export.h" #include "media/base/video_frame.h" #include "third_party/skia/include/core/SkYUVAInfo.h" namespace gpu { class ClientSharedImage; } // namespace gpu namespace viz { class RasterContextProvider; } // namespace viz namespace media { class MEDIA_EXPORT VideoFrameYUVMailboxesHolder { … }; } // namespace media #endif // MEDIA_RENDERERS_VIDEO_FRAME_YUV_MAILBOXES_HOLDER_H_