Chromium Code Reviews| Index: gm/blurrect.cpp |
| diff --git a/gm/blurrect.cpp b/gm/blurrect.cpp |
| index 8aae04a6de020cdf26064be1f50c52748ca0c266..1e245712fefc9eb08708be729867921d2b7b0a04 100644 |
| --- a/gm/blurrect.cpp |
| +++ b/gm/blurrect.cpp |
| @@ -125,7 +125,7 @@ protected: |
| SkPaint paintWithRadial = paint; |
| paintWithRadial.setShader(MakeRadial()); |
| - static const Proc procs[] = { |
| + constexpr Proc procs[] = { |
| fill_rect, draw_donut, draw_donut_skewed |
| }; |