| Index: gpu/command_buffer/common/trace_event.h
|
| diff --git a/gpu/command_buffer/common/trace_event.h b/gpu/command_buffer/common/trace_event.h
|
| index cd1ab2616c6ec85d2703a23ec8cfdae03dfc5880..625be184eb743d9caf4f92f1ced074341378ca2e 100644
|
| --- a/gpu/command_buffer/common/trace_event.h
|
| +++ b/gpu/command_buffer/common/trace_event.h
|
| @@ -17,6 +17,8 @@
|
| #define TRACE_EVENT_INSTANT0(x0, x1) { }
|
| #define TRACE_EVENT_INSTANT1(x0, x1, x2, x3) { }
|
| #define TRACE_EVENT_INSTANT2(x0, x1, x2, x3, x4, x5) { }
|
| +#define TRACE_EVENT_COPY_ASYNC_BEGIN0(x0, x1, x2) { }
|
| +#define TRACE_EVENT_COPY_ASYNC_END0(x0, x1, x2) { }
|
| #define TRACE_BEGIN0(x0, x1) { }
|
| #define TRACE_BEGIN1(x0, x1, x2, x3) { }
|
| #define TRACE_BEGIN2(x0, x1, x2, x3, x4, x5) { }
|
|
|