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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1919363002: Add createGradient and createPattern to OffscreenCanvas2D in worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ScriptState Created 4 years, 8 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 085c366a755092989929611e1c96c3f25fdd4312..488005185db3c5d4a046fd4ec01aff2d4adab259 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
@@ -24,6 +24,11 @@ interface CacheStorage
method keys
method match
method open
+interface CanvasGradient
+ method addColorStop
+ method constructor
+interface CanvasPattern
+ method constructor
interface CircularGeofencingRegion : GeofencingRegion
attribute MAX_RADIUS
attribute MIN_RADIUS
@@ -502,6 +507,9 @@ interface OffscreenCanvasRenderingContext2D
method clearRect
method closePath
method constructor
+ method createLinearGradient
+ method createPattern
+ method createRadialGradient
method ellipse
method fill
method fillRect

Powered by Google App Engine
This is Rietveld 408576698