aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/svg
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2016-01-03 18:36:05 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-03 18:36:05 -0800
commit76a834a107af38fb2e85413bc7a46e555c444a85 (patch)
tree00fdd6e8ba6275cb65482f885182dcc4c2d3e344 /include/svg
parent2d0e37a16eaf1281ace3e4034bf143853c236940 (diff)
move SkTDict and SkTSearch into private
Diffstat (limited to 'include/svg')
-rw-r--r--include/svg/parser/SkSVGParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svg/parser/SkSVGParser.h b/include/svg/parser/SkSVGParser.h
index bb3ab90517..9a5c4157b1 100644
--- a/include/svg/parser/SkSVGParser.h
+++ b/include/svg/parser/SkSVGParser.h
@@ -11,7 +11,7 @@
#define SkSVGParser_DEFINED
#include "SkMatrix.h"
-#include "SkTDict.h"
+#include "../private/SkTDict.h"
#include "SkSVGPaintState.h"
#include "SkSVGTypes.h"
#include "SkStream.h"