| Index: third_party/WebKit/Source/platform/PlatformMouseEvent.h
|
| diff --git a/third_party/WebKit/Source/platform/PlatformMouseEvent.h b/third_party/WebKit/Source/platform/PlatformMouseEvent.h
|
| index dc7a5416cab8541b423fbc1c82d9d0b6140c525e..c1b2278cae82499ed3ab522b3d5e9c4ab5b185eb 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformMouseEvent.h
|
| +++ b/third_party/WebKit/Source/platform/PlatformMouseEvent.h
|
| @@ -89,8 +89,13 @@ public:
|
| protected:
|
| WebPointerProperties m_pointerProperties;
|
|
|
| + // In local root frame coordinates. (Except possibly if the Widget under
|
| + // the mouse is a popup, see FIXME in PlatformMouseEventBuilder).
|
| IntPoint m_position;
|
| +
|
| + // In screen coordinates.
|
| IntPoint m_globalPosition;
|
| +
|
| IntPoint m_movementDelta;
|
| MouseButton m_button;
|
| int m_clickCount;
|
|
|