| 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;
|
|
|