summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpu/common/gpu_trace_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/common/gpu_trace_event.h b/gpu/common/gpu_trace_event.h
index 1c8e46a..2cc64c1 100644
--- a/gpu/common/gpu_trace_event.h
+++ b/gpu/common/gpu_trace_event.h
@@ -187,6 +187,7 @@ enum TraceEventPhase {
struct TraceEvent {
static void AppendAsJSON(std::string* out,
const std::vector<TraceEvent>& events);
+ TraceEvent() { }
void AppendAsJSON(std::string* out) const;