aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLineClipper.h
diff options
context:
space:
mode:
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 8026890b8d..d966dbc74c 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]);
+ SkPoint lines[kMaxPoints], bool canClipToTheRight);
/* 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,