| Index: gm/pathcontourstart.cpp
|
| diff --git a/gm/pathcontourstart.cpp b/gm/pathcontourstart.cpp
|
| index 56f6492eb14a8c008aa951d1b70cdab7a119b26f..0e85e3879673ffb263af192d14597e50a2431ff1 100644
|
| --- a/gm/pathcontourstart.cpp
|
| +++ b/gm/pathcontourstart.cpp
|
| @@ -90,8 +90,8 @@ protected:
|
| }
|
|
|
| private:
|
| - static const int kImageWidth = 1200;
|
| - static const int kImageHeight = 600;
|
| + static constexpr int kImageWidth = 1200;
|
| + static constexpr int kImageHeight = 600;
|
|
|
| SkPaint fDashPaint, fPointsPaint;
|
| SkRect fRect;
|
|
|