aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pathops
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-02-18 08:53:33 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-18 08:53:33 -0800
commita7e9f05119174848c6be5028568f46eb5e85398e (patch)
treeadff0f482a29b563a23f5ab67446e65154a90785 /include/pathops
parent3b087f4010327b304242aaf27ef3689150dfc226 (diff)
Move SkTDArray to private.
TBR=reed Moving to private is good. Review URL: https://codereview.chromium.org/1707213002
Diffstat (limited to 'include/pathops')
-rw-r--r--include/pathops/SkPathOps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pathops/SkPathOps.h b/include/pathops/SkPathOps.h
index 18c7952f4a..fa01788394 100644
--- a/include/pathops/SkPathOps.h
+++ b/include/pathops/SkPathOps.h
@@ -8,8 +8,8 @@
#define SkPathOps_DEFINED
#include "../private/SkTArray.h"
+#include "../private/SkTDArray.h"
#include "SkPreConfig.h"
-#include "SkTDArray.h"
class SkPath;
struct SkRect;