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

Unified Diff: ui/events/blink/input_handler_proxy.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: ui/events/blink/input_handler_proxy.h
diff --git a/ui/events/blink/input_handler_proxy.h b/ui/events/blink/input_handler_proxy.h
index 0d3f9c122d6eaca13c9fd18680745ba0a41347b9..f0fdd8dc7c1aacf173ba3e4e187ffd2846f7f5c0 100644
--- a/ui/events/blink/input_handler_proxy.h
+++ b/ui/events/blink/input_handler_proxy.h
@@ -10,7 +10,6 @@
#include "base/containers/hash_tables.h"
#include "base/macros.h"
#include "cc/input/input_handler.h"
-#include "third_party/WebKit/public/platform/WebCoalescedInputEvent.h"
#include "third_party/WebKit/public/platform/WebGestureCurve.h"
#include "third_party/WebKit/public/platform/WebGestureCurveTarget.h"
#include "third_party/WebKit/public/platform/WebGestureEvent.h"
@@ -18,6 +17,7 @@
#include "ui/events/blink/blink_features.h"
#include "ui/events/blink/input_scroll_elasticity_controller.h"
#include "ui/events/blink/synchronous_input_handler_proxy.h"
+#include "ui/events/blink/web_input_event_traits.h"
namespace base {
class TickClock;
@@ -75,11 +75,11 @@ class InputHandlerProxy
};
using EventDispositionCallback =
base::Callback<void(EventDisposition,
- blink::WebScopedInputEvent WebInputEvent,
+ WebScopedInputEvent WebInputEvent,
const LatencyInfo&,
std::unique_ptr<ui::DidOverscrollParams>)>;
void HandleInputEventWithLatencyInfo(
- blink::WebScopedInputEvent event,
+ WebScopedInputEvent event,
const LatencyInfo& latency_info,
const EventDispositionCallback& callback);
EventDisposition HandleInputEvent(const blink::WebInputEvent& event);

Powered by Google App Engine
This is Rietveld 408576698