| 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 e609398cb78cfdd85b5b99beb27a4c4967532f2d..ce890b9e25cde5f95f87802bfe5f75e55d175274 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -508,6 +508,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
|
|
|