Chromium Code Reviews| Index: Source/web/WebInputEventConversion.h |
| diff --git a/Source/web/WebInputEventConversion.h b/Source/web/WebInputEventConversion.h |
| index 4537f2c29b3f922e2701324db1496b2744cb239c..efbb066857935e7ff775f246464f6f0df10c13b7 100644 |
| --- a/Source/web/WebInputEventConversion.h |
| +++ b/Source/web/WebInputEventConversion.h |
| @@ -69,6 +69,7 @@ public: |
| class PlatformGestureEventBuilder : public PlatformGestureEvent { |
| public: |
| PlatformGestureEventBuilder(Widget*, const WebGestureEvent&); |
| + PlatformGestureEventBuilder(Widget*, const WebGestureEvent&, float deltaX, float deltaY); |
|
aelias_OOO_until_Jul13
2015/02/13 02:03:17
Please delete this (no longer natural after changi
majidvp
2015/02/18 21:03:57
Done.
|
| }; |
| class PlatformKeyboardEventBuilder : public PlatformKeyboardEvent { |