| Index: third_party/WebKit/Source/core/events/TouchEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/TouchEvent.h b/third_party/WebKit/Source/core/events/TouchEvent.h
|
| index 36807058c1e45a4aea80f736e3384eb6429986fb..530ae237a98effaea9c74c90ac0b1ea5a1bcc07c 100644
|
| --- a/third_party/WebKit/Source/core/events/TouchEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/TouchEvent.h
|
| @@ -41,7 +41,8 @@ class CORE_EXPORT TouchEvent final : public UIEventWithKeyState {
|
| public:
|
| ~TouchEvent() override;
|
|
|
| - // We only initialize sourceCapabilities when we create TouchEvent from EventHandler, null if it is from JavaScript.
|
| + // We only initialize sourceCapabilities when we create TouchEvent from
|
| + // EventHandler, null if it is from JavaScript.
|
| static TouchEvent* create() { return new TouchEvent; }
|
| static TouchEvent* create(TouchList* touches,
|
| TouchList* targetTouches,
|
|
|