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

Unified Diff: ipc/mojo/ipc_channel_mojo.cc

Issue 1991323002: Send input event IPCs directly from the UI thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: ipc/mojo/ipc_channel_mojo.cc
diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc
index a46ccde21d9a88149a82a9d297ad3fe914073bf3..47634204bf62628e0464783dfe47602e3fb0f45b 100644
--- a/ipc/mojo/ipc_channel_mojo.cc
+++ b/ipc/mojo/ipc_channel_mojo.cc
@@ -346,7 +346,7 @@ bool ChannelMojo::Send(Message* message) {
}
bool ChannelMojo::IsSendThreadSafe() const {
- return false;
+ return true;
piman 2016/05/24 17:24:51 I also noted that SyncMessageFilter will also skip
Ken Rockot(use gerrit already) 2016/05/24 18:00:08 Thanks, forgot about SyncMessageFilter. So for now
}
base::ProcessId ChannelMojo::GetPeerPID() const {
« content/browser/renderer_host/render_process_host_impl.cc ('K') | « ipc/ipc_channel_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698