| 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 e69ebc257ff027ec5ad0065aed09e312f1f4af0f..1d051b80226b453279073f1d7d9783f64eb01312 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -502,6 +502,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
|
|
|