Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: content/browser/renderer_host/input/web_input_event_util.h

Issue 1034713004: Refactors gesture conversion functions to ui/events/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specific dep Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/browser/renderer_host/input/touch_emulator.cc ('k') | content/browser/renderer_host/input/web_input_event_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698