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

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

Issue 2240983003: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and ncarter's review 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/event_with_latency_info.cc
diff --git a/content/common/input/event_with_latency_info.cc b/content/common/input/event_with_latency_info.cc
index 0fc592bee8471de7d8b8d977227504cc6dc28b6c..a2b306b7eaaa71e6683cc6c23f287f498f6891a2 100644
--- a/content/common/input/event_with_latency_info.cc
+++ b/content/common/input/event_with_latency_info.cc
@@ -6,7 +6,6 @@
#include <bitset>
#include <limits>
-#include "content/common/input/web_input_event_traits.h"
using blink::WebGestureEvent;
using blink::WebInputEvent;
@@ -254,7 +253,7 @@ void Coalesce(const blink::WebInputEvent& event_to_coalesce,
} // namespace internal
ScopedWebInputEventWithLatencyInfo::ScopedWebInputEventWithLatencyInfo(
- ScopedWebInputEvent event,
+ ui::ScopedWebInputEvent event,
const ui::LatencyInfo& latency_info)
: event_(std::move(event)), latency_(latency_info) {
}
« no previous file with comments | « content/common/input/event_with_latency_info.h ('k') | content/common/input/gesture_event_stream_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698