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

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: 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/codec/SkCodec.h ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/codec/SkScanlineDecoder.h
diff --git a/include/codec/SkScanlineDecoder.h b/include/codec/SkScanlineDecoder.h
index c547f6701f667d2ecfd61f7dca2154f164c19242..79469739817ba8abd47239173c213ab284fbfa23 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:
« no previous file with comments | « include/codec/SkCodec.h ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698