| Index: Source/core/events/MouseRelatedEvent.h
|
| diff --git a/Source/core/events/MouseRelatedEvent.h b/Source/core/events/MouseRelatedEvent.h
|
| index 23ae4acaa7b8f9f7b2b03184c50738dff64362b1..d7d06c126eca7f2b75d317fbfc7f5684461f11c1 100644
|
| --- a/Source/core/events/MouseRelatedEvent.h
|
| +++ b/Source/core/events/MouseRelatedEvent.h
|
| @@ -66,7 +66,7 @@ namespace blink {
|
| MouseRelatedEvent();
|
| MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable,
|
| PassRefPtrWillBeRawPtr<AbstractView>, int detail, const IntPoint& screenLocation,
|
| - const IntPoint& windowLocation, const IntPoint& movementDelta, bool ctrlKey, bool altKey,
|
| + const IntPoint& rootFrameLocation, const IntPoint& movementDelta, bool ctrlKey, bool altKey,
|
| bool shiftKey, bool metaKey, bool isSimulated = false);
|
|
|
| void initCoordinates();
|
|
|