Index: include/core/SkDrawFilter.h |
diff --git a/include/core/SkDrawFilter.h b/include/core/SkDrawFilter.h |
index 2812017b71120f32918d13bdd8f4bdfa2df1576c..7246b56152a2abd5e4d316684abd5142b93548ef 100644 |
--- a/include/core/SkDrawFilter.h |
+++ b/include/core/SkDrawFilter.h |
@@ -33,6 +33,7 @@ public: |
kRect_Type, |
kRRect_Type, |
kOval_Type, |
+ kArc_Type, |
reed1
2016/08/19 15:55:30
Is this necessary, given that we're trying to kill
bsalomon
2016/08/19 16:14:34
Happy to kill it.
|
kPath_Type, |
kText_Type, |
}; |