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

Unified Diff: ui/gfx/icc_profile.h

Issue 2183953002: Add some actual data to gfx::ColorSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 4 years, 5 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 80048649e27afde86293b7f57f25c5a57dac7c4b..3b34ca2d432c2b94a857ff7e74a292c9f9cddc6c 100644
--- a/ui/gfx/icc_profile.h
+++ b/ui/gfx/icc_profile.h
@@ -67,13 +67,6 @@ class GFX_EXPORT ICCProfile {
// profile from a ColorSpace object created from it.
uint64_t id_ = 0;
- // Hard-coded values for the supported non-monitor-ICC-based profiles that we
- // support (for now).
- static const uint64_t kSRGBId = 1;
- static const uint64_t kJpegId = 2;
- static const uint64_t kRec601Id = 3;
- static const uint64_t kRec709Id = 4;
-
friend class ColorSpace;
friend struct IPC::ParamTraits<gfx::ICCProfile>;
};
« ui/gfx/color_space.cc ('K') | « ui/gfx/color_space.cc ('k') | ui/gfx/icc_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698