| Index: third_party/WebKit/public/platform/WebInputEvent.h
|
| diff --git a/third_party/WebKit/public/platform/WebInputEvent.h b/third_party/WebKit/public/platform/WebInputEvent.h
|
| index 9a732a8dde5a7945602bec8dbed5790b5ebe311f..9b07922db5790d1b3f8879c2d48985ef4b79da66 100644
|
| --- a/third_party/WebKit/public/platform/WebInputEvent.h
|
| +++ b/third_party/WebKit/public/platform/WebInputEvent.h
|
| @@ -409,6 +409,11 @@ class WebMouseEvent : public WebInputEvent, public WebPointerProperties {
|
| movementY(0),
|
| clickCount(0) {}
|
|
|
| +#if INSIDE_BLINK
|
| + BLINK_PLATFORM_EXPORT WebFloatPoint movementInRootFrame() const;
|
| + BLINK_PLATFORM_EXPORT WebFloatPoint positionInRootFrame() const;
|
| +#endif
|
| +
|
| protected:
|
| explicit WebMouseEvent(unsigned sizeParam)
|
| : WebInputEvent(sizeParam),
|
|
|