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

Unified Diff: content/renderer/input/input_event_filter.cc

Issue 2245133006: CL for perf tryjob on win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL for perf tryjob on mac Created 4 years, 4 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/input/input_event_filter.cc
diff --git a/content/renderer/input/input_event_filter.cc b/content/renderer/input/input_event_filter.cc
index b93719dc209a5323e6eb201aed1407889f6765e1..ac1bfb7cd288d46794945d61f3935354e397b83e 100644
--- a/content/renderer/input/input_event_filter.cc
+++ b/content/renderer/input/input_event_filter.cc
@@ -177,7 +177,6 @@ void InputEventFilter::ForwardToHandler(const IPC::Message& message) {
main_task_runner_->PostTask(FROM_HERE, base::Bind(main_listener_, message));
return;
}
-
int routing_id = message.routing_id();
InputMsg_HandleInputEvent::Param params;
if (!InputMsg_HandleInputEvent::Read(&message, &params))
@@ -204,6 +203,7 @@ void InputEventFilter::ForwardToHandler(const IPC::Message& message) {
uint32_t unique_touch_event_id =
WebInputEventTraits::GetUniqueTouchEventId(*event);
WebInputEvent::Type type = event->type;
+ VLOG(0) << "InputEventFilter::ForwardToHandler: " << type;
if (ack_state == INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING ||
ack_state == INPUT_EVENT_ACK_STATE_NOT_CONSUMED) {
« no previous file with comments | « content/renderer/gpu/gpu_benchmarking_extension.cc ('k') | content/renderer/input/render_widget_input_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698