| 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 7c96f41c3230e0393b1432663af23916254c6644..cafd4ebeac9cb849523eab623bfa9576e608b530 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| @@ -37,7 +37,7 @@ public:
|
| PointerEvent* create(const AtomicString& type,
|
| const PlatformTouchPoint&, PlatformEvent::Modifiers,
|
| const FloatSize& pointRadius,
|
| - const FloatPoint& pagePoint);
|
| + const FloatPoint& clientPoint);
|
|
|
| PointerEvent* createPointerCancelEvent(
|
| const int pointerId, const WebPointerProperties::PointerType);
|
|
|