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

Unified Diff: include/core/SkColorSpace.h

Issue 2306123002: Delete kInvalid_GammaNamed (part 2) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 3 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 | « no previous file | src/core/SkColorSpace_ICC.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkColorSpace.h
diff --git a/include/core/SkColorSpace.h b/include/core/SkColorSpace.h
index 58095775e4b75e2b9f7a12970f173d5d7886a4f7..4ab025655c565016696d30d8b7fc8f55d9e0e061 100644
--- a/include/core/SkColorSpace.h
+++ b/include/core/SkColorSpace.h
@@ -45,11 +45,6 @@ public:
* exponential curve. Or the R, G, and B gammas do not match.
*/
kNonStandard_GammaNamed,
-
- /**
- * To be used by UMA code only. ICC profiles lacks valid gamma representation.
- */
- kInvalid_GammaNamed,
};
/**
« no previous file with comments | « no previous file | src/core/SkColorSpace_ICC.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698