Chromium Code Reviews| 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 2133aaea5b8fd2487290e608eb4a316a31d67035..0c117e2633934538bc0904b1d9ed9df8ebc3ea11 100644 |
| --- a/third_party/WebKit/public/platform/WebInputEvent.h |
| +++ b/third_party/WebKit/public/platform/WebInputEvent.h |
| @@ -457,7 +457,6 @@ class WebMouseWheelEvent : public WebMouseEvent { |
| dispatchType(Blocking) {} |
| }; |
| - |
|
tdresser
2016/11/22 21:44:40
Was this intentional?
sahel
2016/11/24 15:28:55
Sorry it happened when I resolved the merge confli
|
| // WebTouchEvent -------------------------------------------------------------- |
| // TODO(e_hakkinen): Replace with WebPointerEvent. crbug.com/508283 |