| 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 cafd4ebeac9cb849523eab623bfa9576e608b530..08becb5cc8ede705ecfb265f635cbb9fe83ae5b2 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| @@ -32,7 +32,7 @@ public:
|
| PointerEvent* create(
|
| const AtomicString& mouseEventName, const PlatformMouseEvent&,
|
| EventTarget* relatedTarget,
|
| - AbstractView*);
|
| + LocalDOMWindow*);
|
|
|
| PointerEvent* create(const AtomicString& type,
|
| const PlatformTouchPoint&, PlatformEvent::Modifiers,
|
|
|