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

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

Issue 1535943005: Initial implementation of bindings and basic classes for worklets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix memory leak. Created 5 years 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/Worklet.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.idl b/third_party/WebKit/Source/modules/worklet/Worklet.idl
similarity index 73%
copy from third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.idl
copy to third_party/WebKit/Source/modules/worklet/Worklet.idl
index d6223da3fb6ee43358b2f87c79a576c7b4b6d91f..aed58a97dea565d12dcc878ce3ce0dc70788dc34 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.idl
+++ b/third_party/WebKit/Source/modules/worklet/Worklet.idl
@@ -3,7 +3,8 @@
// found in the LICENSE file.
[
- NoInterfaceObject,
+ ActiveDOMObject,
GarbageCollected,
-] interface WebGLTimerQueryEXT {
+ RuntimeEnabled=Worklet,
+] interface Worklet {
};

Powered by Google App Engine
This is Rietveld 408576698