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

Unified Diff: src/codec/SkJpegDecoderMgr.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/codec/SkJpegDecoderMgr.h
diff --git a/src/codec/SkJpegDecoderMgr.h b/src/codec/SkJpegDecoderMgr.h
index e65ef52c5a6dc39bcdbab9d34f366650b06f6c64..a09a175b8dce7e84e295af497936b3befea7b238 100644
--- a/src/codec/SkJpegDecoderMgr.h
+++ b/src/codec/SkJpegDecoderMgr.h
@@ -12,7 +12,6 @@
#include "SkCodecPriv.h"
#include "SkJpegUtility_codec.h"
#include "SkSwizzler.h"
-#include "SkTemplates.h"
// stdio is needed for jpeglib
#include <stdio.h>

Powered by Google App Engine
This is Rietveld 408576698