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

Unified Diff: third_party/WebKit/Source/core/page/BUILD.gn

Issue 2285253003: Move TopDocumentRootScrollerController to a separate object on FrameHost (Closed)
Patch Set: Rebase Created 4 years, 3 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/page/BUILD.gn
diff --git a/third_party/WebKit/Source/core/page/BUILD.gn b/third_party/WebKit/Source/core/page/BUILD.gn
index faf8d6bb424d7c81313b594b894ecdd4d27db0da..6434c97bab9536ced19867cdc5df2aa2278bee36 100644
--- a/third_party/WebKit/Source/core/page/BUILD.gn
+++ b/third_party/WebKit/Source/core/page/BUILD.gn
@@ -57,6 +57,8 @@ blink_core_sources("page") {
"scrolling/OverscrollController.h",
"scrolling/RootScrollerController.cpp",
"scrolling/RootScrollerController.h",
+ "scrolling/RootScrollerUtil.cpp",
+ "scrolling/RootScrollerUtil.h",
"scrolling/ScrollCustomizationCallbacks.cpp",
"scrolling/ScrollCustomizationCallbacks.h",
"scrolling/ScrollState.cpp",

Powered by Google App Engine
This is Rietveld 408576698