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

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: Don't trigger layout on 0 delta. 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 91a14a735cb8f5dd87a2cff45e9c31df00c572a8..54abae89948cbcc002a69047a844054dc6cd0fe6 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -290,6 +290,7 @@
'page/EventSource.idl',
'page/PagePopupController.idl',
'page/scrolling/ScrollState.idl',
+ 'page/scrolling/ScrollStateCallback.idl',
'streams/ReadableByteStream.idl',
'streams/ReadableByteStreamReader.idl',
'streams/ReadableStream.idl',
@@ -1844,6 +1845,7 @@
'page/scrolling/ScrollingCoordinator.h',
'page/scrolling/ScrollState.cpp',
'page/scrolling/ScrollState.h',
+ 'page/scrolling/ScrollStateCallback.h',
'paint/BackgroundImageGeometry.cpp',
'paint/BackgroundImageGeometry.h',
'paint/BlockFlowPainter.cpp',

Powered by Google App Engine
This is Rietveld 408576698