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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2650343008: Implement Element.scrollIntoView for scroll-behavior: smooth. (Closed)
Patch Set: 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 6cc8afe185685fea42032cb7facf9511651636e8..fad6a03c9c0316858c17771ef923ef970e5db630 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1261,6 +1261,8 @@ component("platform") {
"scroll/MainThreadScrollingReason.h",
"scroll/ProgrammaticScrollAnimator.cpp",
"scroll/ProgrammaticScrollAnimator.h",
+ "scroll/ProgrammaticScrollCoordinator.cpp",
+ "scroll/ProgrammaticScrollCoordinator.h",
"scroll/ScrollAnimator.cpp",
"scroll/ScrollAnimator.h",
"scroll/ScrollAnimatorBase.cpp",

Powered by Google App Engine
This is Rietveld 408576698