#ifndef CC_PAINT_PAINT_FLAGS_H_
#define CC_PAINT_PAINT_FLAGS_H_
#include <utility>
#include "base/compiler_specific.h"
#include "cc/paint/color_filter.h"
#include "cc/paint/draw_looper.h"
#include "cc/paint/paint_export.h"
#include "cc/paint/path_effect.h"
#include "third_party/skia/include/core/SkPaint.h"
#include "third_party/skia/include/core/SkSamplingOptions.h"
#include "ui/gfx/display_color_spaces.h"
class SkCanvas;
class SkPath;
namespace cc {
class PaintFilter;
class PaintShader;
class CC_PAINT_EXPORT CorePaintFlags { … };
class CC_PAINT_EXPORT PaintFlags final : public CorePaintFlags { … };
}
#endif