summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authorfmeawad <fmeawad@chromium.org>2015-07-20 16:32:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-20 23:33:38 +0000
commitd18da6b25bbd221ffe8abee8361586e38391af9e (patch)
tree7005a5f671c4c51298639801cbecce9df73f0718 /ppapi
parent422440eed7c7d375c0c6d0ad47d9c5456c7d7d7b (diff)
downloadchromium_src-d18da6b25bbd221ffe8abee8361586e38391af9e.zip
chromium_src-d18da6b25bbd221ffe8abee8361586e38391af9e.tar.gz
chromium_src-d18da6b25bbd221ffe8abee8361586e38391af9e.tar.bz2
Add ContextId to the trace events
https://docs.google.com/a/chromium.org/document/d/1gv6DB8XPhHNk7ld1GK9la49_5WpqQ4d5wP6-VHb4u_I/edit# BUG=511472 Review URL: https://codereview.chromium.org/1050423003 Cr-Commit-Position: refs/heads/master@{#339563}
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/shared_impl/ppb_trace_event_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/shared_impl/ppb_trace_event_impl.cc b/ppapi/shared_impl/ppb_trace_event_impl.cc
index cb349d4..aabc4f2 100644
--- a/ppapi/shared_impl/ppb_trace_event_impl.cc
+++ b/ppapi/shared_impl/ppb_trace_event_impl.cc
@@ -78,6 +78,7 @@ void TraceEventImpl::AddTraceEventWithThreadIdAndTimestamp(
static_cast<const unsigned char*>(category_enabled),
name,
id,
+ trace_event_internal::kNoId,
thread_id,
base::TraceTicks::FromInternalValue(timestamp),
num_args,