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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 1359973003: Support tracing flow events v2 in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « third_party/WebKit/Source/platform/TraceEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 7d6cb901398636564bbfc20e0ec56b37761aafc2..3781d37de2b28f91c4177459d11721b846f8e9d1 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -546,13 +546,14 @@ public:
const unsigned char* categoryEnabledFlag,
const char* name,
unsigned long long id,
+ unsigned long long bindId,
double timestamp,
int numArgs,
const char** argNames,
const unsigned char* argTypes,
const unsigned long long* argValues,
WebConvertableToTraceFormat* convertableValues,
- unsigned char flags)
+ unsigned flags)
{
return 0;
}
« no previous file with comments | « third_party/WebKit/Source/platform/TraceEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698