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

Unified Diff: trunk/src/content/renderer/input/input_handler_proxy.cc

Issue 436413004: Revert 287325 because it breaks smoothness benchmarks on windows: "ValueError: LatencyInfo has no b… (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
« no previous file with comments | « trunk/src/content/renderer/gpu/queue_message_swap_promise.cc ('k') | trunk/src/ui/events/latency_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/renderer/input/input_handler_proxy.cc
===================================================================
--- trunk/src/content/renderer/input/input_handler_proxy.cc (revision 287455)
+++ trunk/src/content/renderer/input/input_handler_proxy.cc (working copy)
@@ -178,10 +178,11 @@
SendScrollLatencyUma(event, *latency_info);
- TRACE_EVENT_FLOW_STEP0("input",
- "LatencyInfo.Flow",
- TRACE_ID_DONT_MANGLE(latency_info->trace_id),
- "HandleInputEventImpl");
+ TRACE_EVENT_FLOW_STEP0(
+ "input",
+ "LatencyInfo.Flow",
+ TRACE_ID_DONT_MANGLE(latency_info->trace_id),
+ "HanldeInputEventImpl");
scoped_ptr<cc::SwapPromiseMonitor> latency_info_swap_promise_monitor =
input_handler_->CreateLatencyInfoSwapPromiseMonitor(latency_info);
« no previous file with comments | « trunk/src/content/renderer/gpu/queue_message_swap_promise.cc ('k') | trunk/src/ui/events/latency_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698