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

Unified Diff: include/xml/SkDOM.h

Issue 1272293004: Move SkTemplates.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: It's a struct! 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
« no previous file with comments | « include/utils/win/SkTScopedComPtr.h ('k') | src/animator/SkDrawShader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/xml/SkDOM.h
diff --git a/include/xml/SkDOM.h b/include/xml/SkDOM.h
index df5766faec6f7f8c287133a71a3999b8cacf0da3..14d79cf8af30488dcf9b7189b4732bc153e80738 100644
--- a/include/xml/SkDOM.h
+++ b/include/xml/SkDOM.h
@@ -10,9 +10,9 @@
#ifndef SkDOM_DEFINED
#define SkDOM_DEFINED
+#include "../private/SkTemplates.h"
#include "SkChunkAlloc.h"
#include "SkScalar.h"
-#include "SkTemplates.h"
struct SkDOMNode;
struct SkDOMAttr;
« no previous file with comments | « include/utils/win/SkTScopedComPtr.h ('k') | src/animator/SkDrawShader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698