/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkSampler_DEFINED #define SkSampler_DEFINED #include "include/codec/SkCodec.h" #include "include/core/SkTypes.h" #include "include/private/base/SkNoncopyable.h" #include "src/codec/SkCodecPriv.h" #include <cstddef> struct SkImageInfo; class SkSampler : public SkNoncopyable { … }; #endif // SkSampler_DEFINED