aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLineClipper.h
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2015-02-06 21:08:33 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-06 21:08:33 -0800
commit0692c5f2c1df7d1b66c62025200dd666f9ecd311 (patch)
treed19705f00b81f38bb5f47f14a3e3e411a5a1283c /src/core/SkLineClipper.h
parent2322115952c15c72a623837879cac1f85894b1b6 (diff)
Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of https://codereview.chromium.org/907623002/)
Reason for revert: still layout failures Original issue's description: > Faster edge re-sort, drop trailing edges > > (patchset #4 id:60001 of https://codereview.chromium.org/891613003/)" > > This reverts commit c319d075eab86cacfd7aba27859b72bbf8fc0a64. > > BUG=skia: > TBR= > > Committed: https://skia.googlesource.com/skia/+/2322115952c15c72a623837879cac1f85894b1b6 TBR= NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/886503010
Diffstat (limited to 'src/core/SkLineClipper.h')
-rw-r--r--src/core/SkLineClipper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkLineClipper.h b/src/core/SkLineClipper.h
index d966dbc74c..8026890b8d 100644
--- a/src/core/SkLineClipper.h
+++ b/src/core/SkLineClipper.h
@@ -30,7 +30,7 @@ public:
3rd segment: lines[2]..lines[3]
*/
static int ClipLine(const SkPoint pts[2], const SkRect& clip,
- SkPoint lines[kMaxPoints], bool canClipToTheRight);
+ SkPoint lines[kMaxPoints]);
/* Intersect the line segment against the rect. If there is a non-empty
resulting segment, return true and set dst[] to that segment. If not,