| Index: runtime/vm/timeline.h
|
| diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
|
| index e7c804a8309c8b7507cf72ac0eee26602f35dbae..191c1f84782f2c9618bd727495c8d48b65184626 100644
|
| --- a/runtime/vm/timeline.h
|
| +++ b/runtime/vm/timeline.h
|
| @@ -393,6 +393,7 @@ class TimelineEventRingRecorder : public TimelineEventRecorder {
|
| TimelineEvent* StartEvent();
|
| void CompleteEvent(TimelineEvent* event);
|
|
|
| + intptr_t FindOldestBlockIndex() const;
|
| TimelineEventBlock* GetNewBlockLocked();
|
|
|
| void PrintJSONEvents(JSONArray* array) const;
|
|
|