Index: gm/recordopts.cpp |
diff --git a/gm/recordopts.cpp b/gm/recordopts.cpp |
index 4a5248d0eab557d2a74c850aaacc017893cffdb9..b98d2cc14b3fc859bf997ae07e6aeae9e11e40b9 100644 |
--- a/gm/recordopts.cpp |
+++ b/gm/recordopts.cpp |
@@ -13,8 +13,8 @@ |
#include "SkColorFilterImageFilter.h" |
#include "SkPictureImageFilter.h" |
-static const int kTestRectSize = 50; |
-static const int kDetectorGreenValue = 50; |
+constexpr int kTestRectSize = 50; |
+constexpr int kDetectorGreenValue = 50; |
// Below are few functions to install "detector" color filters. The filter is there to assert that |
// the color value it sees is the expected. It will trigger only with kDetectorGreenValue, and |