| Index: third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| diff --git a/third_party/WebKit/Source/core/events/PointerEventFactory.h b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| index b486c2d545027c1edcaa39dcbde807acebedb05d..13118ce8f8a6d3fc2a8263085375c465f222ff2d 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| @@ -75,6 +75,8 @@ public:
|
| // properties if exists otherwise s_invalidId.
|
| int getPointerEventId(const WebPointerProperties&) const;
|
|
|
| + static const int s_mouseId;
|
| +
|
| private:
|
| typedef WTF::UnsignedWithZeroKeyHashTraits<int> UnsignedHash;
|
| typedef struct IncomingId : public std::pair<int, int> {
|
| @@ -101,7 +103,6 @@ private:
|
| void setBubblesAndCancelable(PointerEventInit&, const AtomicString& type);
|
|
|
| static const int s_invalidId;
|
| - static const int s_mouseId;
|
|
|
| int m_currentId;
|
| HashMap<IncomingId, int, WTF::PairHash<int, int>, WTF::PairHashTraits<UnsignedHash, UnsignedHash>> m_pointerIncomingIdMapping;
|
|
|