aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPath.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-06-07 10:57:22 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-07 15:24:46 +0000
commit89c8fecb62e664749211668dff2148bbc27090cc (patch)
treee829c083d4482705c99ed639a36bfdb4179ab84d /include/core/SkPath.h
parentfd7819c5d8779e7394277abb49e0a0b2b03d1045 (diff)
move SkPathRef.h into private
Bug: skia: Change-Id: I3370c594301ae833ec1fe3cb16ac544e5b2128e8 Reviewed-on: https://skia-review.googlesource.com/18982 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/core/SkPath.h')
-rw-r--r--include/core/SkPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 60aa44ff86..b8c921f3ee 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -9,7 +9,7 @@
#define SkPath_DEFINED
#include "SkMatrix.h"
-#include "SkPathRef.h"
+#include "../private/SkPathRef.h"
class SkAutoPathBoundsUpdate;
class SkRRect;