aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects')
-rw-r--r--include/effects/SkHighContrastFilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/effects/SkHighContrastFilter.h b/include/effects/SkHighContrastFilter.h
index 2ac37e7975..fd97c7d48d 100644
--- a/include/effects/SkHighContrastFilter.h
+++ b/include/effects/SkHighContrastFilter.h
@@ -21,6 +21,8 @@ struct SkHighContrastConfig {
kNoInvert,
kInvertBrightness,
kInvertLightness,
+
+ kLast = kInvertLightness
};
SkHighContrastConfig() {