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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-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/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 ddf65c1568e414e886d64edda6aefb21b851e56f..7890480f3d7ba5a55f131d65c0326822b8f87b7b 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
@@ -476,8 +476,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 PerformanceObserverEntryList
method constructor
method getEntries

Powered by Google App Engine
This is Rietveld 408576698