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

Unified Diff: Source/web/WebViewImpl.h

Issue 1052433003: Allow postponed rail application for touch scrolling - blink side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix broken test. 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
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index c49c20c9fddb65f503f22dfab97ba726a3ae455a..1d0bd0702e6358957abb9e22a7b99e525e2db893 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -752,6 +752,7 @@ private:
OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;
WebPoint m_positionOnFlingStart;
WebPoint m_globalPositionOnFlingStart;
+ WebInputEvent::RailsMode m_railStateOnFlingStart;
Ken Russell (switch to Gerrit) 2015/04/01 18:33:12 This needs to be initialized in the right place in
int m_flingModifier;
bool m_flingSourceDevice;
Vector<OwnPtr<LinkHighlight>> m_linkHighlights;

Powered by Google App Engine
This is Rietveld 408576698