| Index: src/pathops/SkIntersections.h
|
| ===================================================================
|
| --- src/pathops/SkIntersections.h (revision 9040)
|
| +++ src/pathops/SkIntersections.h (working copy)
|
| @@ -188,7 +188,6 @@
|
| int cubicRay(const SkPoint pts[4], const SkDLine& line);
|
| void flip();
|
| int horizontal(const SkDLine&, double y);
|
| - int horizontal(const SkDLine&, double left, double right, double y);
|
| int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
|
| int horizontal(const SkDQuad&, double left, double right, double y, bool flipped);
|
| int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
|
|
|