| Index: ui/gfx/icc_profile.h
|
| diff --git a/ui/gfx/icc_profile.h b/ui/gfx/icc_profile.h
|
| index c0c4099083c41a4b1602debe143c0068db280266..cdbbf59085a9310b6229069d005eabc5c106ff24 100644
|
| --- a/ui/gfx/icc_profile.h
|
| +++ b/ui/gfx/icc_profile.h
|
| @@ -84,8 +84,6 @@ class GFX_EXPORT ICCProfile {
|
| size_t size,
|
| uint64_t id);
|
|
|
| - // TODO(ccameron): Remove this function once its callerrs are gone.
|
| - static ICCProfile FromSkColorSpace(sk_sp<SkColorSpace> color_space);
|
| static bool IsValidProfileLength(size_t length);
|
| void ComputeColorSpaceAndCache();
|
|
|
|
|