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

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2728373004: Remove Float32ImageData and update ImageData for color management (Closed)
Patch Set: Fixing interface listings 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/Source/core/core_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index f473980b6e5fdefa5ff81ad4f35fcb6b2261b0ae..e71e974f4e1a494bc99c4f5a1e66804880d4d33f 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -195,7 +195,6 @@ core_idl_files = get_path_info([
"frame/ImageBitmap.idl",
"frame/Location.idl",
"frame/VisualViewport.idl",
- "html/Float32ImageData.idl",
"html/FormData.idl",
"html/HTMLAllCollection.idl",
"html/HTMLAnchorElement.idl",
@@ -561,6 +560,7 @@ core_dictionary_idl_files =
"frame/ScrollOptions.idl",
"frame/ScrollToOptions.idl",
"html/AssignedNodesOptions.idl",
+ "html/ImageDataColorSettings.idl",
"html/canvas/CanvasContextCreationAttributes.idl",
"html/track/TrackEventInit.idl",
"imagebitmap/ImageBitmapOptions.idl",

Powered by Google App Engine
This is Rietveld 408576698