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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2285253003: Move TopDocumentRootScrollerController to a separate object on FrameHost (Closed)
Patch Set: None Created 4 years, 4 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.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index cf8c9607399879cf8f4eff141505c17b347cdb55..ba6a4f9f570d78f1ad86da274b72efa645763999 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2052,6 +2052,8 @@
'page/scrolling/OverscrollController.h',
'page/scrolling/RootScrollerController.cpp',
'page/scrolling/RootScrollerController.h',
+ 'page/scrolling/RootScrollerUtil.cpp',
+ 'page/scrolling/RootScrollerUtil.h',
'page/scrolling/ScrollingCoordinator.cpp',
'page/scrolling/ScrollingCoordinator.h',
'page/scrolling/SnapCoordinator.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | third_party/WebKit/Source/core/frame/FrameHost.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698