| 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 5b2fff25eb4c491448cf2aaa6edf6d5e19b1c1f1..3fa6aab57953ad528634f14de64b3d7d9647d0f0 100644
|
| --- a/third_party/WebKit/Source/core/events/TouchEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/TouchEvent.h
|
| @@ -60,12 +60,6 @@ public:
|
| return new TouchEvent(type, initializer);
|
| }
|
|
|
| - void initTouchEvent(ScriptState*, TouchList* touches, TouchList* targetTouches,
|
| - TouchList* changedTouches, const AtomicString& type,
|
| - AbstractView*,
|
| - int, int, int, int, // unused useless members of web exposed API
|
| - bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
|
| -
|
| TouchList* touches() const { return m_touches.get(); }
|
| TouchList* targetTouches() const { return m_targetTouches.get(); }
|
| TouchList* changedTouches() const { return m_changedTouches.get(); }
|
|
|