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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 1403893003: Plumb gesture source value through Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make compilers happy. Created 5 years, 2 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/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index a1f3e54a41ca48ffe7ea4c4cfac460140615abbf..d484863e1d96a21a22c0195dc3a4fbde1ea03dd6 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -733,7 +733,7 @@ private:
WebPoint m_positionOnFlingStart;
WebPoint m_globalPositionOnFlingStart;
int m_flingModifier;
- bool m_flingSourceDevice;
+ WebGestureDevice m_flingSourceDevice;
Vector<OwnPtr<LinkHighlightImpl>> m_linkHighlights;
OwnPtr<WebCompositorAnimationTimeline> m_linkHighlightsTimeline;
OwnPtrWillBePersistent<FullscreenController> m_fullscreenController;

Powered by Google App Engine
This is Rietveld 408576698