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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/BUILD.gn

Issue 2802813002: Adds SVGImageElement as a ImageBitmapSource (Closed)
Patch Set: merge Created 3 years, 8 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/bindings/core/v8/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
index d32e23a76ea727a997316d9adcab0ac73907f031..af030fc8d58d5352bb0bed9a67fb21ea9bced853 100644
--- a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
@@ -204,8 +204,8 @@ bindings_core_generated_union_type_files = [
"$bindings_core_v8_output_dir/FloatOrStringElementRecord.h",
"$bindings_core_v8_output_dir/HTMLElementOrLong.cpp",
"$bindings_core_v8_output_dir/HTMLElementOrLong.h",
- "$bindings_core_v8_output_dir/HTMLImageElementOrHTMLVideoElementOrHTMLCanvasElementOrBlobOrImageDataOrImageBitmapOrOffscreenCanvas.cpp",
- "$bindings_core_v8_output_dir/HTMLImageElementOrHTMLVideoElementOrHTMLCanvasElementOrBlobOrImageDataOrImageBitmapOrOffscreenCanvas.h",
+ "$bindings_core_v8_output_dir/HTMLImageElementOrSVGImageElementOrHTMLVideoElementOrHTMLCanvasElementOrBlobOrImageDataOrImageBitmapOrOffscreenCanvas.cpp",
+ "$bindings_core_v8_output_dir/HTMLImageElementOrSVGImageElementOrHTMLVideoElementOrHTMLCanvasElementOrBlobOrImageDataOrImageBitmapOrOffscreenCanvas.h",
"$bindings_core_v8_output_dir/HTMLOptionElementOrHTMLOptGroupElement.cpp",
"$bindings_core_v8_output_dir/HTMLOptionElementOrHTMLOptGroupElement.h",
"$bindings_core_v8_output_dir/HTMLScriptElementOrSVGScriptElement.cpp",

Powered by Google App Engine
This is Rietveld 408576698