#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_PLATFORM_PAINT_WORKLET_LAYER_PAINTER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_PLATFORM_PAINT_WORKLET_LAYER_PAINTER_H_
#include <memory>
#include "cc/paint/paint_record.h"
#include "cc/paint/paint_worklet_job.h"
#include "cc/paint/paint_worklet_layer_painter.h"
#include "third_party/blink/renderer/platform/platform_export.h"
namespace blink {
CompositorPaintWorkletInput;
CompositorPaintWorkletJob;
class PaintWorkletPaintDispatcher;
class PLATFORM_EXPORT PlatformPaintWorkletLayerPainter
: public cc::PaintWorkletLayerPainter { … };
}
#endif