| Index: third_party/WebKit/Source/web/WebInputEventConversion.h
|
| diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.h b/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| index 39abbf5f68ad11cfd05564787a6a823058a05a42..0d9a1714bf3e8e2ece028f77d57dad99b3dd7f02 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| +++ b/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| @@ -136,6 +136,13 @@ class WEB_EXPORT WebGestureEventBuilder
|
| WebGestureEventBuilder(const LayoutItem, const GestureEvent&);
|
| };
|
|
|
| +Vector<PlatformMouseEvent> createPlatformMouseEventVector(
|
| + Widget*,
|
| + const std::vector<const WebInputEvent*>&);
|
| +Vector<PlatformTouchEvent> createPlatformTouchEventVector(
|
| + Widget*,
|
| + const std::vector<const WebInputEvent*>&);
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|