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

Unified Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 4 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
Index: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index 69bdbb1c94e684af038ffe89278e4b5346270a03..896366ac82daa1eb3b458efe6d54fff318e7ede8 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3050,6 +3050,10 @@ interface IDBVersionChangeEvent
getter newVersion
getter oldVersion
method constructor
+interface IdleCallbackDeadline
+ getter didTimeout
+ method constructor
+ method timeRemaining
interface Image
method constructor
interface ImageBitmap
@@ -6286,6 +6290,7 @@ interface Window
method blur
method btoa
method cancelAnimationFrame
+ method cancelIdleCallback
method captureEvents
method clearInterval
method clearTimeout
@@ -6310,6 +6315,7 @@ interface Window
method prompt
method releaseEvents
method requestAnimationFrame
+ method requestIdleCallback
method resizeBy
method resizeTo
method scroll

Powered by Google App Engine
This is Rietveld 408576698