Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2200)

Unified Diff: cc/output/filter_operation.h

Issue 149033003: Apply automatic range checks to CC enum types across IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/quads/draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | cc/quads/draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698