| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index dbe458d7a235506884864042075436aecb878eba..fc61c78487be77c35ebf5917b29337c90e25ca1f 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -115,12 +115,14 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| const unsigned char* category_group_enabled,
|
| const char* name,
|
| unsigned long long id,
|
| + unsigned long long bind_id,
|
| double timestamp,
|
| int num_args,
|
| const char** arg_names,
|
| const unsigned char* arg_types,
|
| const unsigned long long* arg_values,
|
| - unsigned char flags);
|
| + blink::WebConvertableToTraceFormat* convertable_values,
|
| + unsigned int flags);
|
| virtual TraceEventHandle addTraceEvent(
|
| char phase,
|
| const unsigned char* category_group_enabled,
|
|
|