| 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 622ecae23f7d0d71075fe8509bf173e165551099..e43de0d7fc3803644753ceb6b4a3ceee686e0b27 100644
|
| --- a/content/common/input/event_with_latency_info.cc
|
| +++ b/content/common/input/event_with_latency_info.cc
|
| @@ -9,10 +9,9 @@ using blink::WebInputEvent;
|
| namespace content {
|
|
|
| ScopedWebInputEventWithLatencyInfo::ScopedWebInputEventWithLatencyInfo(
|
| - ui::ScopedWebInputEvent event,
|
| + blink::WebScopedInputEvent event,
|
| const ui::LatencyInfo& latency_info)
|
| - : event_(std::move(event)), latency_(latency_info) {
|
| -}
|
| + : event_(std::move(event)), latency_(latency_info) {}
|
|
|
| ScopedWebInputEventWithLatencyInfo::~ScopedWebInputEventWithLatencyInfo() {}
|
|
|
|
|