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

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

Issue 2907053004: GSB uses delta_hints to calculate scrolling chain. (Closed)
Patch Set: Merge branch 'master' into GSB_checks_delta_hints Created 3 years, 6 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..d2be156ee65ac971ad7fe1d2ac3f7dcc7375be94 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollStateInit.idl
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollStateInit.idl
@@ -7,6 +7,8 @@
dictionary ScrollStateInit {
double deltaX = 0;
double deltaY = 0;
+ double deltaXHint = 0;
+ double deltaYHint = 0;
long positionX = 0;
long positionY = 0;
double velocityX = 0;
« no previous file with comments | « third_party/WebKit/Source/core/page/scrolling/ScrollState.cpp ('k') | third_party/WebKit/Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698