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

Unified Diff: src/codec/SkJpegCodec.h

Issue 1702533004: Individually enable and disable SkCodecs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Only keep the ifdefs that we really need Created 4 years, 10 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
« src/codec/SkCodec.cpp ('K') | « src/codec/SkGifCodec.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codec/SkJpegCodec.h
diff --git a/src/codec/SkJpegCodec.h b/src/codec/SkJpegCodec.h
index 283dd8fe3779551ea2928423d5dcac7990dd742a..93f1b15ee5b08f0e6ea398a667f485276197304e 100644
--- a/src/codec/SkJpegCodec.h
+++ b/src/codec/SkJpegCodec.h
@@ -15,10 +15,6 @@
#include "SkStream.h"
#include "SkTemplates.h"
-extern "C" {
msarett 2016/02/17 14:34:54 Doesn't help much, SkJpegUtility_codec.h includes
- #include "jpeglib.h"
-}
-
/*
*
* This class implements the decoding for jpeg images
« src/codec/SkCodec.cpp ('K') | « src/codec/SkGifCodec.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698