| Index: tracing/tracing/model/thread.html
|
| diff --git a/tracing/tracing/model/thread.html b/tracing/tracing/model/thread.html
|
| index 3ae72e68b109323bca2450e2295cdfa6c14dfea6..3d175c8dfe1c0f40deb07245fa4f8abf00a1e203 100644
|
| --- a/tracing/tracing/model/thread.html
|
| +++ b/tracing/tracing/model/thread.html
|
| @@ -6,9 +6,9 @@ found in the LICENSE file.
|
| -->
|
|
|
| <link rel="import" href="/tracing/model/event_container.html">
|
| -<link rel="import" href="/tracing/model/thread_slice.html">
|
| -<link rel="import" href="/tracing/model/slice_group.html">
|
| <link rel="import" href="/tracing/model/async_slice_group.html">
|
| +<link rel="import" href="/tracing/model/slice_group.html">
|
| +<link rel="import" href="/tracing/model/thread_slice.html">
|
| <link rel="import" href="/tracing/base/guid.html">
|
| <link rel="import" href="/tracing/base/range.html">
|
|
|
| @@ -223,6 +223,10 @@ tr.exportTo('tr.model', function() {
|
| return parentKey + '.' + this.name;
|
| },
|
|
|
| + getProcess: function() {
|
| + return this.parent;
|
| + },
|
| +
|
| /*
|
| * Returns the index of the slice in the timeSlices array, or undefined.
|
| */
|
|
|