Index: src/core/SkLineClipper.h |
diff --git a/src/core/SkLineClipper.h b/src/core/SkLineClipper.h |
index 8026890b8d0a6f38cf3363a07af70f1701b0bb16..d966dbc74cb1ba10631dd181039dad8ce62e6dfe 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, |