#ifndef UI_GFX_COLOR_SPACE_H_
#define UI_GFX_COLOR_SPACE_H_
#include <stdint.h>
#include <iosfwd>
#include <optional>
#include <string>
#include "base/gtest_prod_util.h"
#include "build/build_config.h"
#include "skia/ext/skcolorspace_trfn.h"
#include "third_party/skia/include/core/SkRefCnt.h"
#include "ui/gfx/color_space_export.h"
struct skcms_Matrix3x3;
struct skcms_TransferFunction;
class SkColorSpace;
class SkM44;
struct SkColorSpacePrimaries;
enum SkYUVColorSpace : int;
namespace IPC {
template <class P>
struct ParamTraits;
}
namespace mojo {
template <class T, class U>
struct StructTraits;
}
struct _GLcolorSpace;
namespace media {
namespace stable {
namespace mojom {
class ColorSpaceDataView;
}
}
}
namespace gfx {
enum class ContentColorUsage : uint8_t;
namespace mojom {
class ColorSpaceDataView;
}
class COLOR_SPACE_EXPORT ColorSpace { … };
COLOR_SPACE_EXPORT std::ostream& operator<<(std::ostream& out,
const ColorSpace& color_space);
}
#endif