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

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

Issue 2060833002: Implementation of 'AudioContext.getOutputTimestamp' method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 'global-interface-listing-expected' layout test results Created 4 years, 1 month 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/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 1a74b901617e2f5e4abfa199ec537e4ae6536483..2f5955951dd714526a5e8f83f9e82294aa4abf08 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -181,6 +181,7 @@ interface AudioContext : BaseAudioContext
attribute @@toStringTag
method close
method constructor
+ method getOutputTimestamp
interface AudioDestinationNode : AudioNode
attribute @@toStringTag
getter maxChannelCount
@@ -7490,6 +7491,7 @@ interface webkitAudioContext : BaseAudioContext
attribute @@toStringTag
method close
method constructor
+ method getOutputTimestamp
interface webkitIDBCursor
attribute @@toStringTag
getter direction

Powered by Google App Engine
This is Rietveld 408576698