diff options
author | miletus <miletus@chromium.org> | 2015-04-23 09:49:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-23 16:49:18 +0000 |
commit | b9b173506b58fcd490850d6f08a70decbf6cb54d (patch) | |
tree | f74d597ce9255992b5270d84026bf83906b7a477 /cc | |
parent | a5e585868e16ce53c990f764d4943592f11749aa (diff) | |
download | chromium_src-b9b173506b58fcd490850d6f08a70decbf6cb54d.zip chromium_src-b9b173506b58fcd490850d6f08a70decbf6cb54d.tar.gz chromium_src-b9b173506b58fcd490850d6f08a70decbf6cb54d.tar.bz2 |
Rename InputLatency::ScrollUpdate to Latency::ScrollUpdate
Sometimes it is confusing to see ScrollUpdate slippage is traced
under name InputLatency. Lets rename it to be Latency::ScrollUpdate.
BUG=None
Review URL: https://codereview.chromium.org/1096413002
Cr-Commit-Position: refs/heads/master@{#326548}
Diffstat (limited to 'cc')
-rw-r--r-- | cc/trees/latency_info_swap_promise_monitor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/latency_info_swap_promise_monitor.cc b/cc/trees/latency_info_swap_promise_monitor.cc index 2b56f68..c63ac5b 100644 --- a/cc/trees/latency_info_swap_promise_monitor.cc +++ b/cc/trees/latency_info_swap_promise_monitor.cc @@ -83,7 +83,7 @@ void LatencyInfoSwapPromiseMonitor::OnForwardScrollUpdateToMainThreadOnImpl() { return; ui::LatencyInfo new_latency; new_latency.AddLatencyNumberWithTraceName( - ui::INPUT_EVENT_LATENCY_BEGIN_SCROLL_UPDATE_MAIN_COMPONENT, 0, + ui::LATENCY_BEGIN_SCROLL_LISTENER_UPDATE_MAIN_COMPONENT, 0, new_sequence_number, "ScrollUpdate"); new_latency.CopyLatencyFrom( *latency_, |