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

Unified Diff: content/renderer/input/input_event_filter.h

Issue 2683043004: Remove ui/events/blink dependency on blink_minimal. (Closed)
Patch Set: fix win debug Created 3 years, 10 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/renderer/input/input_event_filter.h
diff --git a/content/renderer/input/input_event_filter.h b/content/renderer/input/input_event_filter.h
index cdec88705b7fbec05e3caf32a96617fa94913942..11dbb38909bd293940a87b5b12029fd77bee277b 100644
--- a/content/renderer/input/input_event_filter.h
+++ b/content/renderer/input/input_event_filter.h
@@ -68,7 +68,7 @@ class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
void DidStopFlinging(int routing_id) override;
void DispatchNonBlockingEventToMainThread(
int routing_id,
- blink::WebScopedInputEvent event,
+ ui::WebScopedInputEvent event,
const ui::LatencyInfo& latency_info) override;
void NotifyInputEventHandled(int routing_id,
@@ -107,7 +107,7 @@ class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
int routing_id,
InputEventDispatchType dispatch_type,
InputEventAckState ack_state,
- blink::WebScopedInputEvent event,
+ ui::WebScopedInputEvent event,
const ui::LatencyInfo& latency_info,
std::unique_ptr<ui::DidOverscrollParams> overscroll_params);
void SendMessage(std::unique_ptr<IPC::Message> message);

Powered by Google App Engine
This is Rietveld 408576698