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

Unified Diff: ui/gfx/icc_profile.h

Issue 2660393002: Use gfx::ColorSpace instead of SkColorSpace in Blink (Closed)
Patch Set: Rebase (again) Created 3 years, 10 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
« no previous file with comments | « ui/gfx/color_space_win.cc ('k') | ui/gfx/icc_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ui/gfx/color_space_win.cc ('k') | ui/gfx/icc_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698