| 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 d064d51b6d87905d2d61a632d7c1a03f7599f26c..b80648dda1302486249fe591737a1c74b31196df 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> {
|
| @@ -102,7 +104,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;
|
|
|