| 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 f177b85fc4e8bddb70f68bd93b72cce20f97eed8..3f7344cb5b2a0a14e711277b344c6a9758c05a3e 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -485,6 +485,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
|
|
|