summaryrefslogtreecommitdiffstats
path: root/cc/quads/draw_quad.h
diff options
context:
space:
mode:
authortsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-29 01:33:04 +0000
committertsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-29 01:33:04 +0000
commitd32de8702e109980100b73228c9d4ba94f26b94e (patch)
tree77a7936f4dfa8cd69da3935389223df4f1f80114 /cc/quads/draw_quad.h
parente1c31657b303e6b510a259c6759a8ec14c4991bb (diff)
downloadchromium_src-d32de8702e109980100b73228c9d4ba94f26b94e.zip
chromium_src-d32de8702e109980100b73228c9d4ba94f26b94e.tar.gz
chromium_src-d32de8702e109980100b73228c9d4ba94f26b94e.tar.bz2
Apply automatic range checks to CC enum types across IPC.
This is part of a long-running background task to remove the remaining uses of the unchecked IPC_ENUM_TRAITS() macro. BUG=246708 Review URL: https://codereview.chromium.org/149033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/quads/draw_quad.h')
-rw-r--r--cc/quads/draw_quad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/quads/draw_quad.h b/cc/quads/draw_quad.h
index 236e074..1803eb3 100644
--- a/cc/quads/draw_quad.h
+++ b/cc/quads/draw_quad.h
@@ -43,6 +43,7 @@ class CC_EXPORT DrawQuad {
TEXTURE_CONTENT,
TILED_CONTENT,
YUV_VIDEO_CONTENT,
+ MATERIAL_LAST = YUV_VIDEO_CONTENT
};
virtual ~DrawQuad();