Chromium Code Reviews| Index: gm/imageblur2.cpp |
| diff --git a/gm/imageblur2.cpp b/gm/imageblur2.cpp |
| index c6835d8407f3a036806a58bd78f4a803cbc5889f..7431ded03f40b96460affa05fa5c24f41c8196de 100644 |
| --- a/gm/imageblur2.cpp |
| +++ b/gm/imageblur2.cpp |
| @@ -14,7 +14,7 @@ |
| #define WIDTH 500 |
| #define HEIGHT 500 |
| -static const float kBlurSigmas[] = { |
| +constexpr float kBlurSigmas[] = { |
| 0.0, 0.3f, 0.5f, 2.0f, 32.0f, 80.0f }; |
| const char* kTestStrings[] = { |