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

Unified Diff: Source/core/core.gypi

Issue 1236913004: Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add to leak expectations. Created 5 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c04499dcbb5e44cea87b34f184008a32687f6f15..bac4f1481ec9bdfb0d4555a643a5bd156ce43e7a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -244,6 +244,7 @@
'page/EventSource.idl',
'page/PagePopupController.idl',
'page/scrolling/ScrollState.idl',
+ 'page/scrolling/ScrollStateCallback.idl',
'streams/ReadableByteStream.idl',
'streams/ReadableByteStreamReader.idl',
'streams/ReadableStream.idl',
@@ -1855,8 +1856,12 @@
'page/scrolling/ScrollingConstraints.h',
'page/scrolling/ScrollingCoordinator.cpp',
'page/scrolling/ScrollingCoordinator.h',
+ 'page/scrolling/ScrollCustomizationCallbacks.cpp',
+ 'page/scrolling/ScrollCustomizationCallbacks.h',
'page/scrolling/ScrollState.cpp',
'page/scrolling/ScrollState.h',
+ 'page/scrolling/ScrollStateCallback.cpp',
+ 'page/scrolling/ScrollStateCallback.h',
'paint/BackgroundImageGeometry.cpp',
'paint/BackgroundImageGeometry.h',
'paint/BlockFlowPainter.cpp',
« no previous file with comments | « LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698