| Index: ui/gfx/icc_profile.h
|
| diff --git a/ui/gfx/icc_profile.h b/ui/gfx/icc_profile.h
|
| index c6170c61aadde79e2ded3c55afc767cfaa16c680..debd6333a2b97358eb57217a8407a161339797e0 100644
|
| --- a/ui/gfx/icc_profile.h
|
| +++ b/ui/gfx/icc_profile.h
|
| @@ -68,8 +68,6 @@ class GFX_EXPORT ICCProfile {
|
| #endif
|
|
|
| private:
|
| - // 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();
|
|
|
|
|