Index: third_party/WebKit/Source/modules/worklet/Worklet.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl b/third_party/WebKit/Source/modules/worklet/Worklet.idl |
similarity index 57% |
copy from third_party/WebKit/Source/core/css/cssom/TransformValue.idl |
copy to third_party/WebKit/Source/modules/worklet/Worklet.idl |
index d196b7c20b2016af765e5905807ca9e1bcd9f69a..e4ad4f16744cc588b391d5134eacc3ed4dfa0d4c 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl |
+++ b/third_party/WebKit/Source/modules/worklet/Worklet.idl |
@@ -2,9 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// https://drafts.css-houdini.org/worklets/#worklet |
+ |
[ |
- Constructor(), |
- RuntimeEnabled=CSSTypedOM |
-] interface TransformValue : StyleValue { |
- boolean is2D(); |
+ GarbageCollected, |
+ RuntimeEnabled=Worklet, |
+] interface Worklet { |
}; |