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

Unified Diff: content/browser/android/in_process/synchronous_input_event_filter.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
Index: content/browser/android/in_process/synchronous_input_event_filter.cc
diff --git a/content/browser/android/in_process/synchronous_input_event_filter.cc b/content/browser/android/in_process/synchronous_input_event_filter.cc
index 9057da837b7641a2ca687e737560f23e6afe0123..b4d9f7fa82b0e9302335d5e61e99a31445b2142f 100644
--- a/content/browser/android/in_process/synchronous_input_event_filter.cc
+++ b/content/browser/android/in_process/synchronous_input_event_filter.cc
@@ -69,7 +69,7 @@ void SynchronousInputEventFilter::DidStopFlinging(int routing_id) {
compositor->DidStopFlinging();
}
-void SynchronousInputEventFilter::NonBlockingInputEventHandled(
+void SynchronousInputEventFilter::NotifyInputEventHandled(
int routing_id,
blink::WebInputEvent::Type type) {}

Powered by Google App Engine
This is Rietveld 408576698