Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: runtime/vm/timeline.h

Issue 2981323002: [Fuchsia] Switch to cwriter tracing API. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/timeline.cc » ('j') | runtime/vm/timeline.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/timeline.h
diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
index d1954510deee658ae30eec8e3b5779fa283bfc9f..2d9a871cf1ebb0bf73488831c46b6f3ed8c37253 100644
--- a/runtime/vm/timeline.h
+++ b/runtime/vm/timeline.h
@@ -753,7 +753,7 @@ class TimelineEventSystraceRecorder : public TimelineEventFixedBufferRecorder {
class TimelineEventFuchsiaRecorder : public TimelineEventFixedBufferRecorder {
public:
explicit TimelineEventFuchsiaRecorder(intptr_t capacity = kDefaultCapacity);
- virtual ~TimelineEventFuchsiaRecorder() {}
+ virtual ~TimelineEventFuchsiaRecorder();
const char* name() const { return "Fuchsia"; }
« no previous file with comments | « no previous file | runtime/vm/timeline.cc » ('j') | runtime/vm/timeline.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698