| 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 dc7b56dc074ed627a16a78d8af9899dab489e679..0a841f4117b6589241a41798a91d07d6bd7e93ba 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| +++ b/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| @@ -135,6 +135,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
|
|
|