Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: include/svg/parser/SkSVGParser.h

Issue 1558923002: move SkTDict and SkTSearch into private (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/private/SkTSearch.h ('k') | include/utils/SkRTConf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/svg/parser/SkSVGParser.h
diff --git a/include/svg/parser/SkSVGParser.h b/include/svg/parser/SkSVGParser.h
index bb3ab905178743fee9005b31153774b385071e87..9a5c4157b18bdac351658388ab9cdc2e828abea3 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"
« no previous file with comments | « include/private/SkTSearch.h ('k') | include/utils/SkRTConf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698