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

Unified Diff: include/codec/SkScanlineDecoder.h

Issue 1272293004: Move SkTemplates.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Mac to work. 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: include/codec/SkScanlineDecoder.h
diff --git a/include/codec/SkScanlineDecoder.h b/include/codec/SkScanlineDecoder.h
index c233663dbdb2d216349eed791744e20eec060f3f..05412e85bad697203b35ffdeab72b3421c42d06d 100644
--- a/include/codec/SkScanlineDecoder.h
+++ b/include/codec/SkScanlineDecoder.h
@@ -8,10 +8,10 @@
#ifndef SkScanlineDecoder_DEFINED
#define SkScanlineDecoder_DEFINED
-#include "SkTypes.h"
+#include "../private/SkTemplates.h"
#include "SkCodec.h"
-#include "SkTemplates.h"
#include "SkImageInfo.h"
+#include "SkTypes.h"
class SkScanlineDecoder : public SkNoncopyable {
public:
« gyp/tools.gyp ('K') | « include/codec/SkCodec.h ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698