Commit d3918359 authored by msarett's avatar msarett Committed by Commit bot

Delete kInvalid_GammaNamed

This has only ever existed for UMA and is done serving its purpose.

TBR=fmalita@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2310443002
Cr-Commit-Position: refs/heads/master@{#416368}
parent 5912b2fa
......@@ -48,9 +48,6 @@ void BitmapImageMetrics::countGamma(SkColorSpace* colorSpace)
case SkColorSpace::k2Dot2Curve_GammaNamed:
gamma = Gamma2Dot2;
break;
case SkColorSpace::kInvalid_GammaNamed:
gamma = GammaInvalid;
break;
default:
if (colorSpace->gammasAreMatching()) {
if (colorSpace->gammasAreValues()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment