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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollStateInit.idl

Issue 2907053004: GSB uses delta_hints to calculate scrolling chain. (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/page/scrolling/ScrollStateInit.idl
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollStateInit.idl b/third_party/WebKit/Source/core/page/scrolling/ScrollStateInit.idl
index f9c6223b7ac5f05f7350a01cba7d89689c382a5f..e988140d8aef01d7b3d7fa3d3e5b5cf325b41968 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollStateInit.idl
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollStateInit.idl
@@ -7,6 +7,9 @@
dictionary ScrollStateInit {
double deltaX = 0;
double deltaY = 0;
+ double deltaXHint = 0;
+ double deltaYHint = 0;
+ boolean ignoreDeltaHints = false;
long positionX = 0;
long positionY = 0;
double velocityX = 0;

Powered by Google App Engine
This is Rietveld 408576698