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

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

Issue 1748163003: Add rendering context and rendering 2D context to OffscreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make OffscreenCanvasRenderingContext Modules exportable" Created 4 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
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 db02c2aff13c63f3fb93035fd681c62c896f68d8..204bbd112fb6808ffc24302cd2089c29e6bffe12 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3696,8 +3696,21 @@ interface OffscreenCanvas
getter height
getter width
method constructor
+ method getContext
setter height
setter width
+interface OffscreenCanvasRenderingContext2D
+ getter offscreenCanvas
+ method arc
+ method arcTo
+ method bezierCurveTo
+ method closePath
+ method constructor
+ method ellipse
+ method lineTo
+ method moveTo
+ method quadraticCurveTo
+ method rect
interface Option
method constructor
interface OscillatorNode : AudioSourceNode

Powered by Google App Engine
This is Rietveld 408576698