diff options
author | bsalomon <bsalomon@google.com> | 2016-07-06 06:30:36 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-06 06:30:36 -0700 |
commit | 9c67381dbc48e9814fc05d6b38065069fe3307f9 (patch) | |
tree | 68c8589dd8b76694727edc9eb8218cd55ad8f6df /gm | |
parent | 03912f141fba6a5c17ac7e8fbe5998ac3834e29c (diff) |
Enlarge strokerect GM size to reveal hidden content
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2126723002
Review-Url: https://codereview.chromium.org/2126723002
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 { |