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

Unified Diff: Source/platform/EventTracer.h

Issue 1347113004: Tracing flow events v2 in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | Source/platform/EventTracer.cpp » ('j') | public/platform/Platform.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/EventTracer.h
diff --git a/Source/platform/EventTracer.h b/Source/platform/EventTracer.h
index 1e390830201b70bc787563c7feb2e7ddf303ce2d..ff0c66a5e13e3d9074afaf9c924ff8b7738336ed 100644
--- a/Source/platform/EventTracer.h
+++ b/Source/platform/EventTracer.h
@@ -67,6 +67,7 @@ public:
const unsigned char* categoryEnabledFlag,
const char* name,
unsigned long long id,
+ unsigned long long bindId,
double timestamp,
int numArgs,
const char* argNames[],
@@ -79,6 +80,7 @@ public:
const unsigned char* categoryEnabledFlag,
const char* name,
unsigned long long id,
+ unsigned long long bindId,
double timestamp,
int numArgs,
const char* argNames[],
« no previous file with comments | « no previous file | Source/platform/EventTracer.cpp » ('j') | public/platform/Platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698