aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/textblobuseaftergpufree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/textblobuseaftergpufree.cpp')
-rw-r--r--gm/textblobuseaftergpufree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/textblobuseaftergpufree.cpp b/gm/textblobuseaftergpufree.cpp
index 61df533cf7..c104e9b121 100644
--- a/gm/textblobuseaftergpufree.cpp
+++ b/gm/textblobuseaftergpufree.cpp
@@ -62,8 +62,8 @@ protected:
}
private:
- static const int kWidth = 200;
- static const int kHeight = 200;
+ static constexpr int kWidth = 200;
+ static constexpr int kHeight = 200;
typedef GM INHERITED;
};