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

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

Issue 2650343008: Implement Element.scrollIntoView for scroll-behavior: smooth. (Closed)
Patch Set: Revised according to the comments. We are still missing tests. Created 3 years, 10 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 e6a0ab4e91f6613a4b6d25be6bcc6309c8a07b65..dd22b9c2fab8772916ec887e44bc703048bf6953 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -556,6 +556,7 @@ core_dictionary_idl_files =
"events/WheelEventInit.idl",
"fileapi/BlobPropertyBag.idl",
"fileapi/FilePropertyBag.idl",
+ "frame/ScrollIntoViewOptions.idl",
"frame/ScrollOptions.idl",
"frame/ScrollToOptions.idl",
"html/AssignedNodesOptions.idl",

Powered by Google App Engine
This is Rietveld 408576698