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

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

Issue 2839123003: Worklet: Introduce "pending tasks struct" concept defined in the Worklet spec (Closed)
Patch Set: address review comments Created 3 years, 8 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 6f6df37d8250d48138820ae982ae82581bb2908d..d4ba23475c976898a79d9812442c75c369609f3a 100644
--- a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
+++ b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
@@ -23,8 +23,7 @@ PaintWorklet::PaintWorklet(LocalFrame* frame)
frame->GetDocument()->Url(),
frame->GetDocument()->UserAgent(),
frame->GetDocument()->GetSecurityOrigin(),
- ToIsolate(frame->GetDocument()),
- this)) {}
+ ToIsolate(frame->GetDocument()))) {}
PaintWorklet::~PaintWorklet() {}

Powered by Google App Engine
This is Rietveld 408576698