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

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

Issue 2612263002: Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. (Closed)
Patch Set: Adding fromRect to DOMRect and DOMRectReadOnly interfaces following spec. 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/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 0a8ab8eec965178cbd48aa51039569c49c61b4e7..9a3f7f78475d2d8183ab412ed1f3b1187fd81b9e 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -510,6 +510,7 @@ core_dictionary_idl_files =
"css/PropertyDescriptor.idl",
"css/cssom/CSSCalcDictionary.idl",
"dom/DOMPointInit.idl",
+ "dom/DOMRectInit.idl",
zino 2017/01/11 18:43:35 nit: Please keep alphabetical order.
Byoungkwon Ko 2017/01/12 17:24:17 Done.
"dom/DOMMatrixInit.idl",
"dom/ElementCreationOptions.idl",
"dom/ElementDefinitionOptions.idl",

Powered by Google App Engine
This is Rietveld 408576698