aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/pathfill.cpp
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-04-11 16:54:35 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-12 14:18:50 +0000
commit47d7daea0beec404a82bff94ba0959a96cce0a66 (patch)
tree7d0f37cb8f3bbefc4961be0aeff33758fc656e92 /gm/pathfill.cpp
parent7b67b4af1fcfa76a0551f9055d2b6336c1a66b75 (diff)
fix bm gm
gm bug7792 had wrong dimensions and clipped out half the draws bm SkRect_Reference.bmh referred to SkIPoint::center.. which has been removed. Docs-Preview: https://skia.org/?cl=120640 Bug: skia:6898 Change-Id: Id4c59c82005e1060d0ca933d9a3650fe4f121264 Reviewed-on: https://skia-review.googlesource.com/120640 Commit-Queue: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'gm/pathfill.cpp')
-rw-r--r--gm/pathfill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/pathfill.cpp b/gm/pathfill.cpp
index af91b8409d..ff9f0083a2 100644
--- a/gm/pathfill.cpp
+++ b/gm/pathfill.cpp
@@ -433,7 +433,7 @@ DEF_SIMPLE_GM(rotatedcubicpath, canvas, 200, 200) {
DEF_GM( return new PathFillGM; )
DEF_GM( return new PathInverseFillGM; )
-DEF_SIMPLE_GM(bug7792, canvas, 800, 200) {
+DEF_SIMPLE_GM(bug7792, canvas, 600, 400) {
// from skbug.com/7792 bug description
SkPaint p;
SkPath path;