#ifndef CC_PAINT_PAINT_OP_READER_H_
#define CC_PAINT_PAINT_OP_READER_H_
#include <optional>
#include <type_traits>
#include <vector>
#include "base/bits.h"
#include "base/containers/span.h"
#include "base/memory/scoped_refptr.h"
#include "base/memory/stack_allocated.h"
#include "cc/paint/draw_looper.h"
#include "cc/paint/paint_export.h"
#include "cc/paint/paint_filter.h"
#include "cc/paint/paint_op_writer.h"
#include "cc/paint/transfer_cache_deserialize_helper.h"
#include "third_party/skia/include/effects/SkGradientShader.h"
struct SkGainmapInfo;
struct SkHighContrastConfig;
class SkColorSpace;
namespace sktext::gpu {
class Slug;
}
namespace gpu {
struct Mailbox;
}
namespace gfx {
struct HDRMetadata;
}
namespace cc {
class PaintShader;
class PathEffect;
class SkottieWrapper;
class CC_PAINT_EXPORT PaintOpReader { … };
}
#endif