Index: src/core/SkScanPriv.h |
diff --git a/src/core/SkScanPriv.h b/src/core/SkScanPriv.h |
index 798cae6d0fc38ec887dfde51f8c0a81d4e3a924c..f664788fa88648f5c3422b51bec542acad19d10f 100644 |
--- a/src/core/SkScanPriv.h |
+++ b/src/core/SkScanPriv.h |
@@ -14,8 +14,12 @@ |
class SkScanClipper { |
public: |
+ /** |
+ * boundsIsTruncated indicates that the blitter should be clipped even if |
+ * clip->contains(bounds) is true. |
+ */ |
SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds, |
- bool skipRejectTest = false); |
+ bool skipRejectTest = false, bool boundsIsTruncated = false); |
SkBlitter* getBlitter() const { return fBlitter; } |
const SkIRect* getClipRect() const { return fClipRect; } |