| Index: content/browser/renderer_host/input/input_router_impl_perftest.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_impl_perftest.cc b/content/browser/renderer_host/input/input_router_impl_perftest.cc
|
| index 84f24304578548e87b7bd616965237b48986194b..60e7304496ebd7cc46c85fa50dcfe8fb4b9357c2 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl_perftest.cc
|
| +++ b/content/browser/renderer_host/input/input_router_impl_perftest.cc
|
| @@ -283,8 +283,8 @@ class InputRouterImplPerfTest : public testing::Test {
|
| ui::LatencyInfo CreateLatencyInfo() {
|
| ui::LatencyInfo latency;
|
| latency.AddLatencyNumber(
|
| - ui::INPUT_EVENT_LATENCY_SCROLL_UPDATE_ORIGINAL_COMPONENT, 1, 0);
|
| - latency.AddLatencyNumber(ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 1,
|
| + ui::INPUT_EVENT_LATENCY_SCROLL_UPDATE_ORIGINAL_COMPONENT, 0);
|
| + latency.AddLatencyNumber(ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT,
|
| NextLatencyID());
|
| return latency;
|
| }
|
|
|