summaryrefslogtreecommitdiffstats
path: root/cc/quads/io_surface_draw_quad.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/quads/io_surface_draw_quad.h')
-rw-r--r--cc/quads/io_surface_draw_quad.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/quads/io_surface_draw_quad.h b/cc/quads/io_surface_draw_quad.h
index c2307ce..9a9fa09 100644
--- a/cc/quads/io_surface_draw_quad.h
+++ b/cc/quads/io_surface_draw_quad.h
@@ -16,7 +16,8 @@ class CC_EXPORT IOSurfaceDrawQuad : public DrawQuad {
public:
enum Orientation {
FLIPPED,
- UNFLIPPED
+ UNFLIPPED,
+ ORIENTATION_LAST = UNFLIPPED
};
static scoped_ptr<IOSurfaceDrawQuad> Create();