Index: cc/output/filter_operation.h |
diff --git a/cc/output/filter_operation.h b/cc/output/filter_operation.h |
index f5c6a8264fa7eb87e0f57451f277b0bcdb6d7107..7b482425193d1aea52ab49581e4a2aad0797b79c 100644 |
--- a/cc/output/filter_operation.h |
+++ b/cc/output/filter_operation.h |
@@ -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); |