| Index: third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h
|
| index 5af44faee6902cc4a03a013fd587da5f71ab0fad..ce2b683b8e48e34a1b61bce37005ab07fe9cfd36 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h
|
| @@ -27,8 +27,7 @@ class MODULES_EXPORT PaintWorkletGlobalScope final
|
| const KURL&,
|
| const String& user_agent,
|
| PassRefPtr<SecurityOrigin>,
|
| - v8::Isolate*,
|
| - WorkletObjectProxy*);
|
| + v8::Isolate*);
|
| ~PaintWorkletGlobalScope() override;
|
| void Dispose() final;
|
|
|
| @@ -47,8 +46,7 @@ class MODULES_EXPORT PaintWorkletGlobalScope final
|
| const KURL&,
|
| const String& user_agent,
|
| PassRefPtr<SecurityOrigin>,
|
| - v8::Isolate*,
|
| - WorkletObjectProxy*);
|
| + v8::Isolate*);
|
|
|
| typedef HeapHashMap<String, Member<CSSPaintDefinition>> DefinitionMap;
|
| DefinitionMap paint_definitions_;
|
|
|