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

Unified Diff: Source/core/core.gypi

Issue 1209183004: Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove explicit, stop unnecessary element cleanup when disabled. Created 5 years, 5 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 068edaa9d6ca0f8d1c4c33de9581c8d9b9bfdb65..a89a1b2e2797f38288914e8844e83842f9eac1a6 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -243,6 +243,7 @@
'page/EventSource.idl',
'page/PagePopupController.idl',
'page/scrolling/ScrollState.idl',
+ 'page/scrolling/ScrollStateCallback.idl',
skobes 2015/07/15 19:52:40 fix indentation
tdresser 2015/07/16 17:11:14 Done.
'streams/ReadableByteStream.idl',
'streams/ReadableByteStreamReader.idl',
'streams/ReadableStream.idl',
@@ -1806,8 +1807,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',

Powered by Google App Engine
This is Rietveld 408576698