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

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

Issue 1780953003: Change the non-blocking event queue to the main thread event queue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_wheel_regression_5
Patch Set: Fix android Created 4 years, 9 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
« no previous file with comments | « content/renderer/mus/render_widget_mus_connection.h ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/render_widget_mus_connection.cc
diff --git a/content/renderer/mus/render_widget_mus_connection.cc b/content/renderer/mus/render_widget_mus_connection.cc
index b4eec0c592528fe5944f29d0cd4655b3eac35842..e0f1c74989cd8ef48a46c6bd67ea53452acdcefc 100644
--- a/content/renderer/mus/render_widget_mus_connection.cc
+++ b/content/renderer/mus/render_widget_mus_connection.cc
@@ -130,7 +130,7 @@ void RenderWidgetMusConnection::OnInputEventAck(
pending_ack_.Reset();
}
-void RenderWidgetMusConnection::NonBlockingInputEventHandled(
+void RenderWidgetMusConnection::NotifyInputEventHandled(
blink::WebInputEvent::Type handled_type) {
NOTIMPLEMENTED();
}
@@ -184,7 +184,7 @@ void RenderWidgetMusConnection::OnWindowInputEvent(
// TODO(fsamuel, sadrul): Track real latency info.
ui::LatencyInfo latency_info;
input_handler_->HandleInputEvent(*input_event, latency_info,
- DISPATCH_TYPE_NORMAL);
+ DISPATCH_TYPE_BLOCKING);
}
} // namespace content
« no previous file with comments | « content/renderer/mus/render_widget_mus_connection.h ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698