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

Unified Diff: content/renderer/mus/compositor_mus_connection_unittest.cc

Issue 2576013002: Introducing WebCoalescedInputEvent and inclusion in content/common (Closed)
Patch Set: Fix a few DCHECK hits Created 3 years, 11 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/mus/compositor_mus_connection_unittest.cc
diff --git a/content/renderer/mus/compositor_mus_connection_unittest.cc b/content/renderer/mus/compositor_mus_connection_unittest.cc
index 29a50ffe927033de468504bae8ca950fb32424c0..da40617307a07d56c683f2bb88b0f25ad2d8b883 100644
--- a/content/renderer/mus/compositor_mus_connection_unittest.cc
+++ b/content/renderer/mus/compositor_mus_connection_unittest.cc
@@ -82,7 +82,7 @@ class TestInputHandlerManager : public InputHandlerManager {
// InputHandlerManager:
void HandleInputEvent(int routing_id,
- ui::ScopedWebInputEvent input_event,
+ blink::WebScopedInputEvent input_event,
const ui::LatencyInfo& latency_info,
const InputEventAckStateCallback& callback) override;
@@ -108,7 +108,7 @@ void TestInputHandlerManager::SetHandleInputEventResult(
void TestInputHandlerManager::HandleInputEvent(
int routing_id,
- ui::ScopedWebInputEvent input_event,
+ blink::WebScopedInputEvent input_event,
const ui::LatencyInfo& latency_info,
const InputEventAckStateCallback& callback) {
if (override_result_) {
@@ -135,7 +135,7 @@ class TestInputHandlerManagerClient : public InputHandlerManagerClient {
void DidStopFlinging(int routing_id) override {}
void DispatchNonBlockingEventToMainThread(
int routing_id,
- ui::ScopedWebInputEvent event,
+ blink::WebScopedInputEvent event,
const ui::LatencyInfo& latency_info) override {}
void NotifyInputEventHandled(int routing_id,

Powered by Google App Engine
This is Rietveld 408576698