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

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

Issue 1775153002: Make OffscreenCanvasRenderingContext2D renderable on a worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 3b93cdbdbd8037959475ba35409db0ef1a5e744f..bf639ce205a5f367794695c5805e8ea5f3a12140 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3996,21 +3996,29 @@ interface OffscreenCanvas
getter width
method constructor
method getContext
+ method transferToImageBitmap
setter height
setter width
interface OffscreenCanvasRenderingContext2D
attribute @@toStringTag
+ getter fillStyle
getter offscreenCanvas
+ getter strokeStyle
method arc
method arcTo
method bezierCurveTo
+ method clearRect
method closePath
method constructor
method ellipse
+ method fillRect
method lineTo
method moveTo
method quadraticCurveTo
method rect
+ method strokeRect
+ setter fillStyle
+ setter strokeStyle
interface Option
method constructor
interface OscillatorNode : AudioSourceNode

Powered by Google App Engine
This is Rietveld 408576698