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

Unified Diff: third_party/WebKit/Source/modules/worklet/Worklet.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/Worklet.idl
diff --git a/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.idl b/third_party/WebKit/Source/modules/worklet/Worklet.idl
similarity index 62%
copy from third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.idl
copy to third_party/WebKit/Source/modules/worklet/Worklet.idl
index f528ec7e6aab9c4d076f9577c6f01b40133ee05a..4ee320b02f8b48845b40ded88d27b168d91cf7b1 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.idl
+++ b/third_party/WebKit/Source/modules/worklet/Worklet.idl
@@ -3,8 +3,9 @@
// found in the LICENSE file.
[
- NoInterfaceObject,
+ ActiveDOMObject,
GarbageCollected,
- SetWrapperReferenceFrom=canvas,
-] interface EXTColorBufferFloat {
+ RuntimeEnabled=Worklet,
+] interface Worklet {
+ double num(); // XXX just for testing.
};
« 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