#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_CSSPAINT_PAINT_WORKLET_GLOBAL_SCOPE_PROXY_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_CSSPAINT_PAINT_WORKLET_GLOBAL_SCOPE_PROXY_H_
#include "third_party/blink/renderer/core/workers/worklet_global_scope_proxy.h"
#include "base/task/single_thread_task_runner.h"
#include "third_party/blink/renderer/core/workers/main_thread_worklet_reporting_proxy.h"
#include "third_party/blink/renderer/modules/csspaint/paint_worklet_global_scope.h"
#include "third_party/blink/renderer/modules/modules_export.h"
namespace blink {
class CSSPaintDefinition;
class LocalFrame;
class WorkletModuleResponsesMap;
class MODULES_EXPORT PaintWorkletGlobalScopeProxy
: public GarbageCollected<PaintWorkletGlobalScopeProxy>,
public WorkletGlobalScopeProxy { … };
}
#endif