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>
This commit is contained in:
Mike Reed 2017-06-07 10:57:22 -04:00 committed by Skia Commit-Bot
parent fd7819c5d8
commit 89c8fecb62
4 changed files with 3 additions and 3 deletions

View File

@ -421,7 +421,6 @@ skia_core_sources = [
"$_include/core/SkPath.h",
"$_include/core/SkPathEffect.h",
"$_include/core/SkPathMeasure.h",
"$_include/core/SkPathRef.h",
"$_include/core/SkPicture.h",
"$_include/core/SkPictureAnalyzer.h",
"$_include/core/SkPictureRecorder.h",
@ -460,6 +459,7 @@ skia_core_sources = [
"$_include/private/SkMessageBus.h",
"$_include/private/SkMutex.h",
"$_include/private/SkOnce.h",
"$_include/private/SkPathRef.h",
"$_include/private/SkSemaphore.h",
"$_include/private/SkShadowFlags.h",
"$_include/private/SkSpinlock.h",

View File

@ -9,7 +9,7 @@
#define SkPath_DEFINED
#include "SkMatrix.h"
#include "SkPathRef.h"
#include "../private/SkPathRef.h"
class SkAutoPathBoundsUpdate;
class SkRRect;

View File

@ -7,7 +7,7 @@
#include "SkMatrix.h"
#include "SkPath.h"
#include "SkPathRef.h"
//#include "SkPathRef.h"
#include "SkRRect.h"
#include "Test.h"