diff options
Diffstat (limited to 'gpu/common/gpu_trace_event.h')
-rw-r--r-- | gpu/common/gpu_trace_event.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/common/gpu_trace_event.h b/gpu/common/gpu_trace_event.h index 2cc64c1..a2d0c4f 100644 --- a/gpu/common/gpu_trace_event.h +++ b/gpu/common/gpu_trace_event.h @@ -187,7 +187,8 @@ enum TraceEventPhase { struct TraceEvent { static void AppendAsJSON(std::string* out, const std::vector<TraceEvent>& events); - TraceEvent() { } + TraceEvent(); + ~TraceEvent(); void AppendAsJSON(std::string* out) const; |