| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2015 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 | 7 |
| 8 <link rel="import" href="/tracing/base/guid.html"> | 8 <link rel="import" href="/tracing/base/guid.html"> |
| 9 <link rel="import" href="/tracing/base/range_utils.html"> | 9 <link rel="import" href="/tracing/base/range_utils.html"> |
| 10 <link rel="import" href="/tracing/core/auditor.html"> | 10 <link rel="import" href="/tracing/core/auditor.html"> |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 callback); | 91 callback); |
| 92 iterateImportantThreadSlices( | 92 iterateImportantThreadSlices( |
| 93 app.renderThread, | 93 app.renderThread, |
| 94 IMPORTANT_RENDER_THREAD_SLICES, | 94 IMPORTANT_RENDER_THREAD_SLICES, |
| 95 callback); | 95 callback); |
| 96 }); | 96 }); |
| 97 } | 97 } |
| 98 }; | 98 }; |
| 99 | 99 |
| 100 return { | 100 return { |
| 101 AndroidModelHelper: AndroidModelHelper | 101 AndroidModelHelper, |
| 102 }; | 102 }; |
| 103 }); | 103 }); |
| 104 </script> | 104 </script> |
| OLD | NEW |