aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScan.h
diff options
context:
space:
mode:
authorGravatar Yuqian Li <liyuqian@google.com>2018-01-08 13:40:45 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-09 01:56:52 +0000
commitf484882b36a376d7bede90b34c23652d9de86afe (patch)
tree29a2bde955737b56f578de08422d5e4cb66beacb /src/core/SkScan.h
parent9e1c58cb6adda1a5f7276538c78626d51407f694 (diff)
Remove legacy containedInClip code
It seems that we've already rebaselined the golden images TBR: reed@google.com Bug: skia:7271 Change-Id: I841dc4933f0cad015c3c6da7bd08ddfb2a35c5a2 Reviewed-on: https://skia-review.googlesource.com/92060 Reviewed-by: Yuqian Li <liyuqian@google.com> Commit-Queue: Yuqian Li <liyuqian@google.com>
Diffstat (limited to 'src/core/SkScan.h')
-rw-r--r--src/core/SkScan.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/SkScan.h b/src/core/SkScan.h
index 0c5be3be1c..c04f09051f 100644
--- a/src/core/SkScan.h
+++ b/src/core/SkScan.h
@@ -93,11 +93,11 @@ private:
static void HairLineRgn(const SkPoint[], int count, const SkRegion*, SkBlitter*);
static void AntiHairLineRgn(const SkPoint[], int count, const SkRegion*, SkBlitter*);
static void AAAFillPath(const SkPath& path, SkBlitter* blitter, const SkIRect& pathIR,
- const SkIRect& clipBounds, bool containedInClip, bool forceRLE);
+ const SkIRect& clipBounds, bool forceRLE);
static void DAAFillPath(const SkPath& path, SkBlitter* blitter, const SkIRect& pathIR,
- const SkIRect& clipBounds, bool containedInClip, bool forceRLE);
+ const SkIRect& clipBounds, bool forceRLE);
static void SAAFillPath(const SkPath& path, SkBlitter* blitter, const SkIRect& pathIR,
- const SkIRect& clipBounds, bool containedInClip, bool forceRLE);
+ const SkIRect& clipBounds, bool forceRLE);
};
/** Assign an SkXRect from a SkIRect, by promoting the src rect's coordinates