#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_CSS_CSSOM_PAINT_WORKLET_INPUT_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_CSS_CSSOM_PAINT_WORKLET_INPUT_H_
#include <memory>
#include <utility>
#include "cc/paint/paint_worklet_input.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/wtf/casting.h"
#include "ui/gfx/geometry/size_f.h"
namespace blink {
class CORE_EXPORT PaintWorkletInput : public cc::PaintWorkletInput { … };
template <>
struct DowncastTraits<PaintWorkletInput> { … };
}
#endif