Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebMouseEvent.h |
| diff --git a/third_party/WebKit/public/platform/WebMouseEvent.h b/third_party/WebKit/public/platform/WebMouseEvent.h |
| index c9e5a419d1edf86275db03e94f2bea6eb4d895ac..ed9cee2f6fed931acebdcd74863ac5ac82cadebe 100644 |
| --- a/third_party/WebKit/public/platform/WebMouseEvent.h |
| +++ b/third_party/WebKit/public/platform/WebMouseEvent.h |
| @@ -32,8 +32,6 @@ class WebMouseEvent : public WebInputEvent, public WebPointerProperties { |
| int globalX; |
| int globalY; |
| - int movementX; |
| - int movementY; |
| int clickCount; |
| WebMouseEvent(Type typeParam, |