| Index: ui/gfx/color_space.h
|
| diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
|
| index bc5d267164dcb2367ecff7cfce05902ab67f2ca6..01cc056860a5ef6f15b42f75e8f40c04442a3678 100644
|
| --- a/ui/gfx/color_space.h
|
| +++ b/ui/gfx/color_space.h
|
| @@ -161,6 +161,7 @@ class GFX_EXPORT ColorSpace {
|
|
|
| // Note that this may return nullptr.
|
| sk_sp<SkColorSpace> ToSkColorSpace() const;
|
| + static ColorSpace FromSkColorSpace(const sk_sp<SkColorSpace>& sk_color_space);
|
|
|
| private:
|
| PrimaryID primaries_ = PrimaryID::UNSPECIFIED;
|
|
|