Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: ui/gfx/icc_profile.h

Issue 2660393002: Use gfx::ColorSpace instead of SkColorSpace in Blink (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698