/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkJpegMetadataDecoder_DEFINED #define SkJpegMetadataDecoder_DEFINED #include "include/core/SkData.h" #include "include/core/SkRefCnt.h" #include "include/core/SkTypes.h" #include <memory> #include <vector> struct SkGainmapInfo; /** * An interface that can be used to extract metadata from an encoded JPEG file. */ class SK_API SkJpegMetadataDecoder { … }; #endif