// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_PAINT_SKIA_PAINT_IMAGE_GENERATOR_H_ #define CC_PAINT_SKIA_PAINT_IMAGE_GENERATOR_H_ #include "cc/paint/paint_export.h" #include "cc/paint/paint_image.h" #include "third_party/skia/include/core/SkImageGenerator.h" namespace cc { class PaintImageGenerator; class CC_PAINT_EXPORT SkiaPaintImageGenerator final : public SkImageGenerator { … }; } // namespace cc #endif // CC_PAINT_SKIA_PAINT_IMAGE_GENERATOR_H_