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

Unified Diff: content/common/input/input_event_ack.cc

Issue 2240273002: Move |DidOverscrollParams| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move DidOverscrollParams to ui:: Created 4 years, 4 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/common/input/input_event_ack.cc
diff --git a/content/common/input/input_event_ack.cc b/content/common/input/input_event_ack.cc
index 689eda6ad55cabb5bc99c88d1125600e424402e1..c7af9f85d25479954818e8464968f1bb8edcb0cd 100644
--- a/content/common/input/input_event_ack.cc
+++ b/content/common/input/input_event_ack.cc
@@ -12,7 +12,7 @@ InputEventAck::InputEventAck(
blink::WebInputEvent::Type type,
InputEventAckState state,
const ui::LatencyInfo& latency,
- std::unique_ptr<content::DidOverscrollParams> overscroll,
+ std::unique_ptr<ui::DidOverscrollParams> overscroll,
uint32_t unique_touch_event_id)
: type(type),
state(state),

Powered by Google App Engine
This is Rietveld 408576698