| 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 26f304298492ef590bd524ddfa0dac03437c94b6..6514eeeae217f052754e60e1f4f7d53ff0288a37 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| @@ -65,6 +65,9 @@ public:
|
| // Returns whether a pointer id exists and active
|
| bool isActive(const int);
|
|
|
| + // Returns type of pointer id if exists, otherwise Unknown
|
| + WebPointerProperties::PointerType getPointerType(const int);
|
| +
|
| // Returns whether a pointer id exists and has at least one pressed button
|
| bool isActiveButtonsState(const int);
|
|
|
|
|