aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar liyuqian <liyuqian@google.com>2016-10-21 09:07:41 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-21 09:07:41 -0700
commit6a7287c14ba39784d66bb299a1340c0d7ca7b683 (patch)
treead8b571497898523cf6935dc84868a2e3b6ccf30 /src
parent4e56a91393733359ba19967a78df26184e53854e (diff)
Another forgotten forceRLE
BUG=skia: TBR=reed@google.com,caryclark@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2438163003 Review-Url: https://chromiumcodereview.appspot.com/2438163003
Diffstat (limited to 'src')
-rw-r--r--src/core/SkScan_AAAPath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkScan_AAAPath.cpp b/src/core/SkScan_AAAPath.cpp
index e258a569dc..563b7cd211 100644
--- a/src/core/SkScan_AAAPath.cpp
+++ b/src/core/SkScan_AAAPath.cpp
@@ -1310,6 +1310,6 @@ void SkScan::AAAFillPath(const SkPath& path, const SkRasterClip& clip, SkBlitter
tmp.setRect(clip.getBounds());
aaBlitter.init(blitter, &clip.aaRgn());
- AAAFillPath(path, tmp, &aaBlitter);
+ AAAFillPath(path, tmp, &aaBlitter, true);
}
}