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

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

Issue 1467103003: Basic use implementation for MediaStream from Canvas: captureStream() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new interface to LayoutTests. Created 5 years 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 83a5dd344a4da3e694e79f65f48a676c94a772bf..45b02216d16cb019795510d5e45ba3c6741cfe77 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -468,6 +468,10 @@ interface CacheStorage
method keys
method match
method open
+interface CanvasCaptureMediaStream : MediaStream
+ getter canvas
+ method constructor
+ method requestFrame
interface CanvasGradient
method addColorStop
method constructor
@@ -1700,6 +1704,7 @@ interface HTMLButtonElement : HTMLElement
interface HTMLCanvasElement : HTMLElement
getter height
getter width
+ method captureStream
method constructor
method getContext
method toBlob

Powered by Google App Engine
This is Rietveld 408576698