| Index: third_party/WebKit/Source/core/input/TouchEventManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.h b/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| index 9a1dc646f492bbe51946b21fdb1bc5fce815ee30..501d946566f8bd9b9abea75d3d5a213e8814559c 100644
|
| --- a/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| @@ -99,8 +99,6 @@ private:
|
|
|
| RefPtr<UserGestureToken> m_touchSequenceUserGestureToken;
|
| bool m_touchPressed;
|
| - // True if waiting on first touch move after a touch start.
|
| - bool m_waitingForFirstTouchMove;
|
| // True if a touch is active but scrolling/zooming has started.
|
| bool m_touchScrollStarted;
|
| // The touch event currently being handled or NoType if none.
|
|
|