/* * Copyright 2023 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPngEncoderImpl_DEFINED #define SkPngEncoderImpl_DEFINED #include "include/encode/SkEncoder.h" #include <memory> class SkPixmap; class SkPngEncoderMgr; class SkPngEncoderImpl : public SkEncoder { … }; #endif