aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/device/xps/SkXPSDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/xps/SkXPSDevice.cpp')
-rw-r--r--src/device/xps/SkXPSDevice.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp
index f287087204..c803b7a29b 100644
--- a/src/device/xps/SkXPSDevice.cpp
+++ b/src/device/xps/SkXPSDevice.cpp
@@ -1784,7 +1784,8 @@ void SkXPSDevice::drawPath(const SkDraw& d,
filter, //just to compute how much to draw.
&matrix,
&rasteredMask,
- SkMask::kComputeBoundsAndRenderImage_CreateMode)) {
+ SkMask::kComputeBoundsAndRenderImage_CreateMode,
+ SkPaint::kFill_Style)) {
SkAutoMaskFreeImage rasteredAmi(rasteredMask.fImage);
mask = &rasteredMask;