| 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 178fb63c5412707a568789307604633578144b4f..5515531d9c6f86ee34243091db55f4c62453af0a 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| @@ -9,6 +9,7 @@
|
| #include "core/events/PointerEvent.h"
|
| #include "platform/wtf/Allocator.h"
|
| #include "platform/wtf/HashMap.h"
|
| +#include "public/platform/WebPointerEvent.h"
|
| #include "public/platform/WebPointerProperties.h"
|
|
|
| namespace blink {
|
| @@ -41,6 +42,8 @@ class CORE_EXPORT PointerEventFactory {
|
| LocalFrame*,
|
| DOMWindow*);
|
|
|
| + PointerEvent* CreatePointerCancelEvent(const WebPointerEvent&);
|
| +
|
| PointerEvent* CreatePointerCancelEvent(
|
| const int pointer_id,
|
| const WebPointerProperties::PointerType,
|
|
|