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

Unified Diff: core/dom/IdleRequestCallback.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « core/dom/IdleDeadline.idl ('k') | core/dom/IdleRequestOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « core/dom/IdleDeadline.idl ('k') | core/dom/IdleRequestOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698