| Index: ppapi/shared_impl/ppb_trace_event_impl.h
|
| diff --git a/ppapi/shared_impl/ppb_trace_event_impl.h b/ppapi/shared_impl/ppb_trace_event_impl.h
|
| index 6df7cc8c15b252644eb1d9ec2fa7e29be96322d6..b7a5eb43f408bc5fa1e0222584add97647c8aaf8 100644
|
| --- a/ppapi/shared_impl/ppb_trace_event_impl.h
|
| +++ b/ppapi/shared_impl/ppb_trace_event_impl.h
|
| @@ -18,16 +18,15 @@ namespace ppapi {
|
| class PPAPI_SHARED_EXPORT TraceEventImpl {
|
| public:
|
| static void* GetCategoryEnabled(const char* category_name);
|
| - static void AddTraceEvent(
|
| - int8_t phase,
|
| - const void* category_enabled,
|
| - const char* name,
|
| - uint64_t id,
|
| - uint32_t num_args,
|
| - const char* arg_names[],
|
| - const uint8_t arg_types[],
|
| - const uint64_t arg_values[],
|
| - uint8_t flags);
|
| + static void AddTraceEvent(int8_t phase,
|
| + const void* category_enabled,
|
| + const char* name,
|
| + uint64_t id,
|
| + uint32_t num_args,
|
| + const char* arg_names[],
|
| + const uint8_t arg_types[],
|
| + const uint64_t arg_values[],
|
| + uint8_t flags);
|
| static void AddTraceEventWithThreadIdAndTimestamp(
|
| int8_t phase,
|
| const void* category_enabled,
|
|
|