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

Unified Diff: content/browser/renderer_host/ui_events_helper.h

Issue 2097743002: Cleanup: decouple web_input_event_aura and ui_events_helper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160502-MacViews-Elastic-FILE-MOVES
Patch Set: Whoops - that comment should be kept Created 4 years, 6 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/ui_events_helper.h
diff --git a/content/browser/renderer_host/ui_events_helper.h b/content/browser/renderer_host/ui_events_helper.h
index fc57dd7a9e7df55842af515ba3e391a33fa95b1b..dc92483d8a53c2fde8b02b25b1acd2123dea1dc0 100644
--- a/content/browser/renderer_host/ui_events_helper.h
+++ b/content/browser/renderer_host/ui_events_helper.h
@@ -9,14 +9,7 @@
#include "content/browser/renderer_host/event_with_latency_info.h"
#include "content/common/content_export.h"
-namespace blink {
-class WebGestureEvent;
-class WebTouchEvent;
-class WebTouchPoint;
-}
-
namespace ui {
-class GestureEvent;
class TouchEvent;
}
@@ -42,12 +35,6 @@ CONTENT_EXPORT bool MakeUITouchEventsFromWebTouchEvents(
ScopedVector<ui::TouchEvent>* list,
TouchEventCoordinateSystem coordinate_system);
-// Creates a WebGestureEvent from a ui::GestureEvent. Note that it does not
-// populate the event coordinates (i.e. |x|, |y|, |globalX|, and |globalY|). So
-// the caller must populate these fields.
-blink::WebGestureEvent MakeWebGestureEventFromUIEvent(
- const ui::GestureEvent& event);
-
} // namespace content
#endif // CONTENT_BROWSER_RENDERER_HOST_UI_EVENTS_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698