| Index: Source/core/events/MouseEvent.h
|
| diff --git a/Source/core/events/MouseEvent.h b/Source/core/events/MouseEvent.h
|
| index 7914547c960ca2aa471d2535115b0efe583cbfb7..0eaf249534c72828ce2aeecda475dfd4aa2ef02f 100644
|
| --- a/Source/core/events/MouseEvent.h
|
| +++ b/Source/core/events/MouseEvent.h
|
| @@ -71,6 +71,7 @@ public:
|
| bool buttonDown() const { return m_button != -1; }
|
| EventTarget* relatedTarget() const { return m_relatedTarget.get(); }
|
| void setRelatedTarget(PassRefPtrWillBeRawPtr<EventTarget> relatedTarget) { m_relatedTarget = relatedTarget; }
|
| + PlatformMouseEvent::SyntheticEventType syntheticEventType() const { return m_syntheticEventType; }
|
|
|
| Node* toElement() const;
|
| Node* fromElement() const;
|
|
|