| Index: core/dom/IdleRequestCallback.idl
|
| diff --git a/modules/webgl/WebGLVertexArrayObject.idl b/core/dom/IdleRequestCallback.idl
|
| similarity index 53%
|
| copy from modules/webgl/WebGLVertexArrayObject.idl
|
| copy to core/dom/IdleRequestCallback.idl
|
| index bb7ad2507cd2dcbefa8b3d68cff68418254ff4a2..b4cda7e55e24455f7d48397f81a96dcac4908264 100644
|
| --- a/modules/webgl/WebGLVertexArrayObject.idl
|
| +++ b/core/dom/IdleRequestCallback.idl
|
| @@ -3,7 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - RuntimeEnabled=UnsafeES3APIs,
|
| - WillBeGarbageCollected
|
| -] interface WebGLVertexArrayObject {
|
| + GarbageCollected,
|
| + RuntimeEnabled=RequestIdleCallback,
|
| +] callback interface IdleRequestCallback {
|
| + void handleEvent(IdleDeadline deadline);
|
| };
|
|
|