Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebPointerProperties.h |
| diff --git a/third_party/WebKit/public/platform/WebPointerProperties.h b/third_party/WebKit/public/platform/WebPointerProperties.h |
| index 27e59c44268912ee535ebd983ab9dc7d7fe9c4bf..49a142e785cafeab892aff39b4c180a9edd36d40 100644 |
| --- a/third_party/WebKit/public/platform/WebPointerProperties.h |
| +++ b/third_party/WebKit/public/platform/WebPointerProperties.h |
| @@ -82,6 +82,9 @@ class WebPointerProperties { |
| Button button; |
| PointerType pointerType; |
| + |
| + int movementX; |
| + int movementY; |
| }; |
| } // namespace blink |