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

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

Issue 2728373004: Remove Float32ImageData and update ImageData for color management (Closed)
Patch Set: Addressing comments Created 3 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/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 ec38e988e0338ba1129d9933737d640685d39240..483a428941800f498b1b13bc6dc80593eadd9df3 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1877,13 +1877,6 @@ 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
@@ -3749,8 +3742,9 @@ interface ImageCapture
method takePhoto
interface ImageData
attribute @@toStringTag
- getter colorSpace
+ getter colorSettings
getter data
+ getter dataUnion
getter height
getter width
method constructor

Powered by Google App Engine
This is Rietveld 408576698