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

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

Issue 1510603005: [Do not submit] Worklet implementation. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A basic CompositorWorklet implementation. 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/WindowWorklet.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestPartialInterface4.idl b/third_party/WebKit/Source/modules/worklet/WindowWorklet.idl
similarity index 51%
copy from third_party/WebKit/Source/bindings/tests/idls/core/TestPartialInterface4.idl
copy to third_party/WebKit/Source/modules/worklet/WindowWorklet.idl
index 017f696494f64e459cd13c565e74bea49cd51f5a..7188c6d5d58d6d9e5fc84ea6d9f1d282a76f30aa 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestPartialInterface4.idl
+++ b/third_party/WebKit/Source/modules/worklet/WindowWorklet.idl
@@ -3,7 +3,8 @@
// found in the LICENSE file.
[
- Conditional=FOO,
-] partial interface TestInterface3 {
- [Conditional=BAR] static void voidMethodDocument(Document document, double d);
+ ImplementedAs=DOMWindowWorklet,
+ RuntimeEnabled=Worklet,
+] partial interface Window {
+ [CallWith=ExecutionContext] readonly attribute Worklet worklet;
};
« no previous file with comments | « third_party/WebKit/Source/modules/worklet/DOMWindowWorklet.cpp ('k') | third_party/WebKit/Source/modules/worklet/Worklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698