/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkJpegDecoderMgr_DEFINED #define SkJpegDecoderMgr_DEFINED #include "include/codec/SkCodec.h" #include "include/private/SkEncodedInfo.h" #include "include/private/base/SkNoncopyable.h" #include "src/codec/SkJpegPriv.h" #include "src/codec/SkJpegSourceMgr.h" extern "C" { #include "jpeglib.h" // NO_G3_REWRITE } #include <memory> class SkStream; class JpegDecoderMgr : SkNoncopyable { … }; #endif