aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/textblobblockreordering.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/textblobblockreordering.cpp')
-rw-r--r--gm/textblobblockreordering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/textblobblockreordering.cpp b/gm/textblobblockreordering.cpp
index 31ba3c72de..ea90308b1f 100644
--- a/gm/textblobblockreordering.cpp
+++ b/gm/textblobblockreordering.cpp
@@ -79,8 +79,8 @@ protected:
private:
SkAutoTUnref<const SkTextBlob> fBlob;
- static const int kWidth = 275;
- static const int kHeight = 200;
+ static constexpr int kWidth = 275;
+ static constexpr int kHeight = 200;
typedef GM INHERITED;
};