| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| index 9932d1dc813f6546da5e43000cbbefe63ac6969a..b41e9b923d6b6529506fbaf6f99df57b481ed28e 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -79,6 +79,7 @@ public:
|
| virtual bool isSharedWorkerGlobalScope() const { return false; }
|
| virtual bool isServiceWorkerGlobalScope() const { return false; }
|
| virtual bool isCompositorWorkerGlobalScope() const { return false; }
|
| + virtual bool isPaintWorkletGlobalScope() const { return false; }
|
| virtual bool isJSExecutionForbidden() const { return false; }
|
|
|
| virtual bool isContextThread() const { return true; }
|
|
|