Index: include/core/SkStrokeRec.h |
diff --git a/include/core/SkStrokeRec.h b/include/core/SkStrokeRec.h |
index 42bed8cbe701dfb2a28562b13cc1775dbca5cd9e..0c5892f62584393c5a9d49336afaae1c35039418 100644 |
--- a/include/core/SkStrokeRec.h |
+++ b/include/core/SkStrokeRec.h |
@@ -30,6 +30,9 @@ public: |
kStroke_Style, |
kStrokeAndFill_Style |
}; |
+ enum { |
+ kStyleCount = kStrokeAndFill_Style + 1 |
+ }; |
Style getStyle() const; |
SkScalar getWidth() const { return fWidth; } |