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

Unified Diff: gpu/command_buffer/common/trace_event.h

Issue 11416117: Hookup the GPUTrace events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
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 2c727baf6b371d619d8285f3965df534c0ff9941..fdb233ef93ed1de8277b285b1c32fa92483781d3 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) { }

Powered by Google App Engine
This is Rietveld 408576698