aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPath.h2
-rw-r--r--include/pathops/SkPathOps.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 36dfdfefa6..46cb15c785 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -1190,8 +1190,6 @@ private:
friend class SkAutoPathBoundsUpdate;
friend class SkAutoDisableOvalCheck;
friend class SkAutoDisableDirectionCheck;
- friend class SkPathWriter;
- friend class SkOpBuilder;
friend class SkBench_AddPathTest; // perf test reversePathTo
friend class PathTest_Private; // unit test reversePathTo
friend class ForceIsRRect_Private; // unit test isRRect
diff --git a/include/pathops/SkPathOps.h b/include/pathops/SkPathOps.h
index 1e8093f2a8..fa01788394 100644
--- a/include/pathops/SkPathOps.h
+++ b/include/pathops/SkPathOps.h
@@ -91,8 +91,6 @@ private:
SkTArray<SkPath> fPathRefs;
SkTDArray<SkPathOp> fOps;
- static bool FixWinding(SkPath* path);
- static void ReversePath(SkPath* path);
void reset();
};