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