// 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_PAINT_IMAGE_BUILDER_H_ #define CC_PAINT_PAINT_IMAGE_BUILDER_H_ #include <utility> #include "cc/paint/paint_export.h" #include "cc/paint/paint_image.h" #include "cc/paint/paint_image_generator.h" #include "cc/paint/paint_op_buffer.h" #include "cc/paint/paint_worklet_input.h" #include "cc/paint/skia_paint_image_generator.h" #include "cc/paint/texture_backing.h" #include "third_party/skia/include/core/SkImage.h" namespace cc { // Class used to construct a paint image. class CC_PAINT_EXPORT PaintImageBuilder { … }; } // namespace cc #endif // CC_PAINT_PAINT_IMAGE_BUILDER_H_