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 { |
}; |