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

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

Issue 1970563002: Compute snap offsets according to CSS Scroll Snap Spec Level 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f449907aa44b20d4e2c333d4a1c57f2d30ef4fab..2b812617b619c2e3c93cbc043fa424f5c3a465b3 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2012,6 +2012,8 @@
'page/scrolling/RootScroller.h',
'page/scrolling/ScrollingCoordinator.cpp',
'page/scrolling/ScrollingCoordinator.h',
+ 'page/scrolling/SnapCoordinator.cpp',
+ 'page/scrolling/SnapCoordinator.h',
'page/scrolling/ScrollCustomizationCallbacks.cpp',
'page/scrolling/ScrollCustomizationCallbacks.h',
'page/scrolling/ScrollState.cpp',
@@ -4109,6 +4111,7 @@
'page/PrintContextTest.cpp',
'page/WindowFeaturesTest.cpp',
'page/scrolling/ScrollStateTest.cpp',
+ 'page/scrolling/SnapCoordinatorTest.cpp',
'paint/LayerClipRecorderTest.cpp',
'paint/LayoutObjectDrawingRecorderTest.cpp',
'paint/NinePieceImageGridTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698