aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RRectInPathTest.cpp
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 /tests/RRectInPathTest.cpp
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 'tests/RRectInPathTest.cpp')
-rw-r--r--tests/RRectInPathTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RRectInPathTest.cpp b/tests/RRectInPathTest.cpp
index 5b7d17d9ce..4aa535ea81 100644
--- a/tests/RRectInPathTest.cpp
+++ b/tests/RRectInPathTest.cpp
@@ -7,7 +7,7 @@
#include "SkMatrix.h"
#include "SkPath.h"
-#include "SkPathRef.h"
+//#include "SkPathRef.h"
#include "SkRRect.h"
#include "Test.h"