#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_CSSPAINT_NATIVEPAINT_CLIP_PATH_PAINT_DEFINITION_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_CSSPAINT_NATIVEPAINT_CLIP_PATH_PAINT_DEFINITION_H_
#include "third_party/blink/renderer/modules/csspaint/nativepaint/native_css_paint_definition.h"
#include "third_party/blink/renderer/modules/modules_export.h"
namespace gfx {
class RectF;
}
namespace blink {
class Animation;
class Image;
class LocalFrame;
class Node;
class MODULES_EXPORT ClipPathPaintDefinition final
: public GarbageCollected<ClipPathPaintDefinition>,
public NativeCssPaintDefinition { … };
}
#endif