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

Unified Diff: Source/core/page/scrolling/ScrollState.idl

Issue 988823003: Use scroll customization primitives for touch scrolling (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address rbyers' nit. Created 5 years, 9 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 | « Source/core/page/scrolling/ScrollState.cpp ('k') | Source/core/page/scrolling/ScrollStateTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/scrolling/ScrollState.idl
diff --git a/Source/core/page/scrolling/ScrollState.idl b/Source/core/page/scrolling/ScrollState.idl
index 0a4350e14b2e2691b27214c07e7bec87ca951ac1..2c7dcbad41d11f554a60634f72413dff4575e598 100644
--- a/Source/core/page/scrolling/ScrollState.idl
+++ b/Source/core/page/scrolling/ScrollState.idl
@@ -11,6 +11,7 @@
optional double velocityX = 0,
optional double velocityY = 0,
optional boolean inInertialPhase = false,
+ optional boolean isBeginning = false,
optional boolean isEnding = false),
WillBeGarbageCollected,
RuntimeEnabled=ScrollCustomization
@@ -22,6 +23,7 @@
readonly attribute double velocityY;
readonly attribute boolean inInertialPhase;
readonly attribute boolean isEnding;
+ readonly attribute boolean isBeginning;
readonly attribute boolean fromUserInput;
readonly attribute boolean shouldPropagate;
« no previous file with comments | « Source/core/page/scrolling/ScrollState.cpp ('k') | Source/core/page/scrolling/ScrollStateTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698