Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / cc / output / filter_operation.h
index f5c6a82..7b48242 100644 (file)
@@ -37,6 +37,7 @@ class CC_EXPORT FilterOperation {
     ZOOM,
     REFERENCE,
     SATURATING_BRIGHTNESS,  // Not used in CSS/SVG.
+    FILTER_TYPE_LAST = SATURATING_BRIGHTNESS
   };
 
   FilterOperation(const FilterOperation& other);