| Index: third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.cpp b/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| index b0319a63bbaf8b3534de9629b47051b15bc83a29..834639e2eba6a98d70fadc628c311beea37d7b2f 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| +++ b/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| @@ -470,6 +470,7 @@ PlatformTouchEventBuilder::PlatformTouchEventBuilder(Widget* widget, const WebTo
|
| m_modifiers = event.modifiers;
|
| m_timestamp = event.timeStampSeconds;
|
| m_causesScrollingIfUncanceled = event.movedBeyondSlopRegion;
|
| + m_isFlingInProgress = event.isFlingInProgress;
|
|
|
| for (unsigned i = 0; i < event.touchesLength; ++i)
|
| m_touchPoints.append(PlatformTouchPointBuilder(widget, event.touches[i]));
|
|
|