chromium/third_party/skia/src/codec/SkJpegMetadataDecoderImpl.h

/*
 * Copyright 2024 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef SkJpegMetadataDecoderImpl_DEFINED
#define SkJpegMetadataDecoderImpl_DEFINED

#include "include/core/SkRefCnt.h"
#include "include/private/SkJpegMetadataDecoder.h"

#include <vector>

#ifdef SK_CODEC_DECODES_JPEG_GAINMAPS
#include "include/private/SkXmp.h"
#endif  // SK_CODEC_DECODES_JPEG_GAINMAPS

class SkData;
class SkJpegSourceMgr;
struct SkGainmapInfo;

SkJpegMarker;
SkJpegMarkerList;

class SkJpegMetadataDecoderImpl : public SkJpegMetadataDecoder {};

#endif  // SkJpegMetadataDecoderImpl_DEFINED