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

Unified Diff: third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl

Issue 1818223002: Introduce PaintWorkletGlobalScope, rename renderWorklet attribute to paintWorklet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix interface listing order. Created 4 years, 9 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/worklet/WorkletGlobalScope.idl
diff --git a/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl b/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl
index de3c347077d1cb3a25af7ebe3dee8fee2672e001..34ae3a34ffbf242993753d26e51999913a470c09 100644
--- a/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl
+++ b/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl
@@ -6,7 +6,6 @@
[
Exposed=Worklet,
- Global=Worklet,
RuntimeEnabled=Worklet,
WillBeGarbageCollected,
] interface WorkletGlobalScope {

Powered by Google App Engine
This is Rietveld 408576698