Index: gm/inversepaths.cpp |
diff --git a/gm/inversepaths.cpp b/gm/inversepaths.cpp |
index 6eb054e22aa6581142454ee537fad7fdc5f6c6b8..9a247e8192a5e59c01c2bf88526b162e86773ea8 100644 |
--- a/gm/inversepaths.cpp |
+++ b/gm/inversepaths.cpp |
@@ -47,7 +47,7 @@ struct Style { |
}; |
sk_sp<SkPathEffect> make_dash() { |
- static constexpr SkScalar kIntervals[] = { 4.f, 3.f }; |
+ constexpr SkScalar kIntervals[] = { 4.f, 3.f }; |
return SkDashPathEffect::Make(kIntervals, SK_ARRAY_COUNT(kIntervals), 0); |
} |