#ifndef COMPONENTS_VIZ_COMMON_RESOURCES_SHARED_IMAGE_FORMAT_UTILS_H_
#define COMPONENTS_VIZ_COMMON_RESOURCES_SHARED_IMAGE_FORMAT_UTILS_H_
#include "base/component_export.h"
#include "components/viz/common/resources/shared_image_format.h"
namespace gpu {
class ClientSharedImage;
class SharedImageFormatToBufferFormatRestrictedUtilsAccessor;
class SharedImageFormatRestrictedUtilsAccessor;
class TestSharedImageInterface;
}
namespace cc {
class PerfContextProvider;
}
namespace gfx {
enum class BufferFormat : uint8_t;
}
namespace media {
class VideoFrame;
}
enum SkColorType : int;
viz
#endif