| Index: tracing/tracing/extras/chrome/cc/input_latency_async_slice_test.html
|
| diff --git a/tracing/tracing/extras/chrome/cc/input_latency_async_slice_test.html b/tracing/tracing/extras/chrome/cc/input_latency_async_slice_test.html
|
| index 7de9a060e0fbd5a53f5eb05a58b3f7098196e592..2d8fa16da6124178b8d809b527ff5d821006766c 100644
|
| --- a/tracing/tracing/extras/chrome/cc/input_latency_async_slice_test.html
|
| +++ b/tracing/tracing/extras/chrome/cc/input_latency_async_slice_test.html
|
| @@ -31,7 +31,7 @@ tr.b.unittest.testSuite(function() {
|
| isTopLevel: true,
|
| args: {
|
| data: {
|
| - INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time' : 0},
|
| + INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time': 0},
|
| INPUT_EVENT_LATENCY_TERMINATED_FRAME_SWAP_COMPONENT: {time: 10}
|
| }
|
| }
|
| @@ -68,7 +68,7 @@ tr.b.unittest.testSuite(function() {
|
| isTopLevel: true,
|
| args: {
|
| data: {
|
| - INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time' : 0},
|
| + INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time': 0},
|
| INPUT_EVENT_LATENCY_TERMINATED_FRAME_SWAP_COMPONENT: {time: 10}
|
| }
|
| }
|
| @@ -89,8 +89,8 @@ tr.b.unittest.testSuite(function() {
|
| isTopLevel: true,
|
| args: {
|
| data: {
|
| - INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT: {'time' : 0},
|
| - INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time' : 0},
|
| + INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT: {'time': 0},
|
| + INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time': 0},
|
| INPUT_EVENT_LATENCY_TERMINATED_FRAME_SWAP_COMPONENT: {time: 10}
|
| }
|
| }
|
|
|