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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-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/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 7890480f3d7ba5a55f131d65c0326822b8f87b7b..f0ed794d0c9da519163f070d1a729d1b1fb11496 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -477,20 +477,28 @@ interface OffscreenCanvas
getter width
method constructor
method getContext
+ method transferToImageBitmap
setter height
setter width
interface OffscreenCanvasRenderingContext2D
+ 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 PerformanceObserverEntryList
method constructor
method getEntries

Powered by Google App Engine
This is Rietveld 408576698