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 febe2c06cbe2e447d5729bf7f4070364ef239433..bbfe881b84a6c5a8455bd5567acee30ffecd4925 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -734,7 +734,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; |