aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/strokerect.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-07-06 06:30:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-06 06:30:36 -0700
commit9c67381dbc48e9814fc05d6b38065069fe3307f9 (patch)
tree68c8589dd8b76694727edc9eb8218cd55ad8f6df /gm/strokerect.cpp
parent03912f141fba6a5c17ac7e8fbe5998ac3834e29c (diff)
Enlarge strokerect GM size to reveal hidden content
Diffstat (limited to 'gm/strokerect.cpp')
-rw-r--r--gm/strokerect.cpp2
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 {