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

Unified Diff: include/views/SkView.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/utils/SkRTConf.h ('k') | include/views/SkViewInflate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkView.h
diff --git a/include/views/SkView.h b/include/views/SkView.h
index e099e0d405ad27e39bf8e8e6886735269351e9c3..17eb3800f47456d1f1bfecb04d7084a24396d072 100644
--- a/include/views/SkView.h
+++ b/include/views/SkView.h
@@ -13,7 +13,7 @@
#include "SkEventSink.h"
#include "SkRect.h"
#include "SkDOM.h"
-#include "SkTDict.h"
+#include "../private/SkTDict.h"
#include "SkMatrix.h"
#include "SkMetaData.h"
« no previous file with comments | « include/utils/SkRTConf.h ('k') | include/views/SkViewInflate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698