diff --git a/gfx/skia/trunk/src/core/SkScan_Path.cpp b/gfx/skia/trunk/src/core/SkScan_Path.cpp index 66e9507678d..9442fa3dd61 100644 --- a/gfx/skia/trunk/src/core/SkScan_Path.cpp +++ b/gfx/skia/trunk/src/core/SkScan_Path.cpp @@ -602,7 +602,7 @@ void SkScan::FillPath(const SkPath& path, const SkRegion& origClip, // don't reference "origClip" any more, just use clipPtr SkIRect ir; - path.getBounds().round(&ir); + path.getBounds().roundOut(&ir); if (ir.isEmpty()) { if (path.isInverseFillType()) { blitter->blitRegion(*clipPtr);