/* * Copyright 2023 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkXmp_DEFINED #define SkXmp_DEFINED #include "include/core/SkRefCnt.h" #include "include/private/base/SkAPI.h" class SkData; struct SkGainmapInfo; #include <cstddef> #include <memory> /* * An interface to extract information from XMP metadata. */ class SK_API SkXmp { … }; #endif