| Index: third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| index d6e05c355c1699307cf6226f48445b5c278e69e3..1e3a3ab82f12cdbf6c4c7ae0af8f12dbd87c89a4 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
|
| @@ -28,7 +28,7 @@ PaintWorklet::~PaintWorklet()
|
| {
|
| }
|
|
|
| -WorkletGlobalScope* PaintWorklet::workletGlobalScope() const
|
| +WorkletGlobalScopeProxy* PaintWorklet::workletGlobalScopeProxy() const
|
| {
|
| return m_paintWorkletGlobalScope.get();
|
| }
|
|
|