| Index: content/browser/renderer_host/input/web_input_event_util.h
|
| diff --git a/content/browser/renderer_host/input/web_input_event_util.h b/content/browser/renderer_host/input/web_input_event_util.h
|
| index a2aaca986c469fa11034717b3b094e8a6d7fc97a..c4b1a8c47a6d2e2101ce0e4afe969fb2de79c7b3 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_util.h
|
| +++ b/content/browser/renderer_host/input/web_input_event_util.h
|
| @@ -24,22 +24,6 @@ CONTENT_EXPORT void UpdateWindowsKeyCodeAndKeyIdentifier(
|
| blink::WebKeyboardEvent* event,
|
| ui::KeyboardCode windows_key_code);
|
|
|
| -CONTENT_EXPORT blink::WebTouchEvent CreateWebTouchEventFromMotionEvent(
|
| - const ui::MotionEvent& event, bool may_cause_scrolling);
|
| -
|
| -CONTENT_EXPORT blink::WebGestureEvent CreateWebGestureEvent(
|
| - const ui::GestureEventDetails& details,
|
| - base::TimeDelta timestamp,
|
| - const gfx::PointF& location,
|
| - const gfx::PointF& raw_location,
|
| - int flags);
|
| -
|
| -// Convenience wrapper for |CreateWebGestureEvent| using the supplied |data|.
|
| -CONTENT_EXPORT blink::WebGestureEvent
|
| -CreateWebGestureEventFromGestureEventData(const ui::GestureEventData& data);
|
| -
|
| -int EventFlagsToWebEventModifiers(int flags);
|
| -
|
| int WebEventModifiersToEventFlags(int modifiers);
|
|
|
| } // namespace content
|
|
|