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

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

Issue 2555213002: Implement color management for ImageData (Closed)
Patch Set: Rebaselining layout tests Created 3 years, 11 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 1886d676813255fa70ebbdb1bdc2351116355047..bbf8f879e5478261054f51131cce13ff1c173bcf 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1837,6 +1837,13 @@ interface FileReader : EventTarget
setter onloadend
setter onloadstart
setter onprogress
+interface Float32ImageData
+ attribute @@toStringTag
+ getter colorSpace
+ getter data
+ getter height
+ getter width
+ method constructor
interface FocusEvent : UIEvent
attribute @@toStringTag
getter relatedTarget
@@ -3657,9 +3664,12 @@ interface ImageCapture
method takePhoto
interface ImageData
attribute @@toStringTag
+ getter colorSpace
+ getter data
getter height
getter width
method constructor
+ method createImageData
interface InputDeviceCapabilities
attribute @@toStringTag
getter firesTouchEvents

Powered by Google App Engine
This is Rietveld 408576698