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

Unified Diff: src/core/SkTLList.h

Issue 1272293004: Move SkTemplates.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Additional change for working around Chromium. Created 5 years, 4 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
Index: src/core/SkTLList.h
diff --git a/src/core/SkTLList.h b/src/core/SkTLList.h
index 5cb74cf72b6cc131dc622747b48810c2ef94d33c..35435298864bde0a1e5b158f16324ffc224b3e9c 100644
--- a/src/core/SkTLList.h
+++ b/src/core/SkTLList.h
@@ -9,7 +9,7 @@
#define SkTLList_DEFINED
#include "SkTInternalLList.h"
-#include "SkTemplates.h"
+#include "SkTypes.h"
template <typename T> class SkTLList;
template <typename T>

Powered by Google App Engine
This is Rietveld 408576698