| Index: ui/gfx/icc_profile.h
|
| diff --git a/ui/gfx/icc_profile.h b/ui/gfx/icc_profile.h
|
| index ef5ab20790ed7d01dcda25a1d7428555ca023c5a..8d72d08ea6611a5f619e578e797ac6a1cfb71abb 100644
|
| --- a/ui/gfx/icc_profile.h
|
| +++ b/ui/gfx/icc_profile.h
|
| @@ -53,6 +53,7 @@ class GFX_EXPORT ICCProfile {
|
| // Internally, this will make an effort to create an identical ICCProfile
|
| // to the one that created |color_space|, but this is not guaranteed.
|
| static ICCProfile FromColorSpace(const gfx::ColorSpace& color_space);
|
| + static ICCProfile FromSkColorSpace(sk_sp<SkColorSpace> color_space);
|
|
|
| // Create directly from profile data.
|
| static ICCProfile FromData(const char* icc_profile, size_t size);
|
|
|