Chromium Code Reviews| Index: runtime/vm/profiler_service.h |
| diff --git a/runtime/vm/profiler_service.h b/runtime/vm/profiler_service.h |
| index 4bd64da740283b6478f04b69efff3a5f71f00fb2..00a09f8ca0eec4b616f03a9003d6c0ad6021cdea 100644 |
| --- a/runtime/vm/profiler_service.h |
| +++ b/runtime/vm/profiler_service.h |
| @@ -77,6 +77,8 @@ class ProfileFunction : public ZoneAllocated { |
| return function_.raw(); |
| } |
| + bool is_visible() const; |
| + |
| intptr_t table_index() const { |
| return table_index_; |
| } |