Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(940)

Unified Diff: third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp

Issue 2029163002: Worklets - Change inheritance heirarchy of WorkletGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build 2 Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698