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

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

Issue 1971353002: Add ImageData-related API to OffscreenCanvasRenderingContext2D (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expected results to interface listings Created 4 years, 7 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 d182b701325e64a2deb262bcb87b2339a7c5017e..bf473287a57cf3018bd6c9d000ef4eb0a08bc795 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4045,6 +4045,7 @@ interface OffscreenCanvasRenderingContext2D
method clearRect
method closePath
method constructor
+ method createImageData
method createLinearGradient
method createPattern
method createRadialGradient
@@ -4052,9 +4053,11 @@ interface OffscreenCanvasRenderingContext2D
method ellipse
method fill
method fillRect
+ method getImageData
method getLineDash
method lineTo
method moveTo
+ method putImageData
method quadraticCurveTo
method rect
method resetTransform

Powered by Google App Engine
This is Rietveld 408576698