#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_WEB_GRAPHICS_CONTEXT_3D_VIDEO_FRAME_POOL_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_WEB_GRAPHICS_CONTEXT_3D_VIDEO_FRAME_POOL_H_
#include "base/atomic_sequence_num.h"
#include "base/cancelable_callback.h"
#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "components/viz/common/resources/shared_image_format.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/deque.h"
#include "third_party/skia/include/gpu/GrTypes.h"
namespace gfx {
class ColorSpace;
class Size;
}
namespace gpu {
class GpuMemoryBufferManager;
struct MailboxHolder;
namespace raster {
class RasterInterface;
}
}
namespace media {
class RenderableGpuMemoryBufferVideoFramePool;
class VideoFrame;
}
namespace blink {
class WebGraphicsContext3DProviderWrapper;
class PLATFORM_EXPORT WebGraphicsContext3DVideoFramePool { … };
}
#endif