Index: third_party/WebKit/Source/core/events/MouseEvent.h |
diff --git a/third_party/WebKit/Source/core/events/MouseEvent.h b/third_party/WebKit/Source/core/events/MouseEvent.h |
index d554587dba68ea3232293eecbda8b40f5d901209..a6fa57bb658798382185ce1fc505ef0c0f448149 100644 |
--- a/third_party/WebKit/Source/core/events/MouseEvent.h |
+++ b/third_party/WebKit/Source/core/events/MouseEvent.h |
@@ -199,6 +199,14 @@ class CORE_EXPORT MouseEvent : public UIEventWithKeyState { |
bool canBubble, |
bool cancelable, |
AbstractView*, |
+ PlatformMouseEvent::SyntheticEventType, |
+ const String& region, |
+ const WebMouseEvent&); |
+ |
+ MouseEvent(const AtomicString& type, |
+ bool canBubble, |
+ bool cancelable, |
+ AbstractView*, |
int detail, |
int screenX, |
int screenY, |
@@ -239,6 +247,7 @@ class CORE_EXPORT MouseEvent : public UIEventWithKeyState { |
unsigned short buttons = 0); |
void initCoordinates(const double clientX, const double clientY); |
+ void initCoordinatesFromRootFrame(int windowX, int windowY); |
void receivedTarget() final; |
void computePageLocation(); |