diff options
Diffstat (limited to 'gm')
-rw-r--r-- | gm/strokerect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/strokerect.cpp b/gm/strokerect.cpp index a1c8bb8d9a..7b14854d76 100644 --- a/gm/strokerect.cpp +++ b/gm/strokerect.cpp @@ -52,7 +52,7 @@ protected: } SkISize onISize() override { - return SkISize::Make(1024, 740); + return SkISize::Make(1400, 740); } void onDraw(SkCanvas* canvas) override { |