| Index: third_party/WebKit/Source/core/input/EventHandler.h
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
|
| index 64676ad06ddac7566c1c47b94f4d3fb276efb861..43947d2165c55a9828f95a690eac92292f4210c2 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -488,6 +488,9 @@ private:
|
| // scroll which shouldn't propagate can't cause any element to
|
| // scroll other than the |m_previousGestureScrolledNode|.
|
| bool m_deltaConsumedForScrollSequence;
|
| +
|
| + // True if waiting on first touch move after a touch start.
|
| + bool m_waitingForFirstTouchMove;
|
| };
|
|
|
| } // namespace blink
|
|
|