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

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

Issue 2555213002: Implement color management for ImageData (Closed)
Patch Set: Fixing ImageData::validateConstructorArguments 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 6260f4078aac08d4748f3f22e40f864207dd9430..f780180a2741ce7a48edc3b73cbdb2172607b9ec 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1856,6 +1856,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
@@ -3676,9 +3683,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