| Index: src/core/SkScan_AAAPath.cpp
|
| diff --git a/src/core/SkScan_AAAPath.cpp b/src/core/SkScan_AAAPath.cpp
|
| index e258a569dc5a9841fcef02dd28751d131fce790a..563b7cd21190a49b2444d153e37ce9ea3663ce9e 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);
|
| }
|
| }
|
|
|