/* * Copyright 2020 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkMipmapBuilder_DEFINED #define SkMipmapBuilder_DEFINED #include "include/core/SkRefCnt.h" class SkImage; class SkMipmap; class SkPixmap; struct SkImageInfo; class SkMipmapBuilder { … }; #endif