aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-09-05 10:33:12 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-05 10:33:12 -0700
commit712bb1ecde1aef3cb210f07fcfe6992da50b62e7 (patch)
tree8ad9382067fa6a17758404e91ba94c1175cf97e4 /include/core
parent008fbd1b8e8339797d0f43164acde6357edb9dc6 (diff)
Delete kInvalid_GammaNamed (part 2)
We are done using this for UMA. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2306123002 Review-Url: https://codereview.chromium.org/2306123002
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkColorSpace.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkColorSpace.h b/include/core/SkColorSpace.h
index 58095775e4..4ab025655c 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,
};
/**