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

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: absolute paths for DEPS file. Created 4 years, 11 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/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 {
};
« no previous file with comments | « third_party/WebKit/Source/modules/worklet/Worklet.cpp ('k') | third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698