| 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 307663c0048e857ad1be3e50979422598e197fc9..740c6d8f64b73f886ab2a013d7e5b7836ec2f772 100644
|
| --- a/third_party/WebKit/Source/core/events/TouchEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/TouchEvent.h
|
| @@ -94,6 +94,9 @@ class CORE_EXPORT TouchEvent final : public UIEventWithKeyState {
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| + protected:
|
| + bool shouldLogPassiveDevtoolsWarning() const override;
|
| +
|
| private:
|
| TouchEvent();
|
| TouchEvent(TouchList* touches,
|
|
|