summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-08 01:55:07 +0000
committerjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-08 01:55:07 +0000
commit92fe610ca9b3a745c00f5d172fa8d955004fcecc (patch)
treed12d523dbd564090fbfb3d51ca59700bb156d007 /gpu
parent54947031f1b6094498f16b49009a5abceba3d401 (diff)
downloadchromium_src-92fe610ca9b3a745c00f5d172fa8d955004fcecc.zip
chromium_src-92fe610ca9b3a745c00f5d172fa8d955004fcecc.tar.gz
chromium_src-92fe610ca9b3a745c00f5d172fa8d955004fcecc.tar.bz2
Add tracing support to NaCl
Add Ppapi IPC messages and a handler inside of the NaCl IRT to enable, disable, and send the result of tracing. BUG=93839 Review URL: https://codereview.chromium.org/11411118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/command_buffer/common/trace_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/common/trace_event.h b/gpu/command_buffer/common/trace_event.h
index 2c727ba..cd1ab26 100644
--- a/gpu/command_buffer/common/trace_event.h
+++ b/gpu/command_buffer/common/trace_event.h
@@ -5,7 +5,7 @@
#ifndef GPU_COMMAND_BUFFER_COMMON_TRACE_EVENT_H_
#define GPU_COMMAND_BUFFER_COMMON_TRACE_EVENT_H_
-#if !defined(__native_client__)
+#if defined(NACL_PPAPI_IPC_PROXY) || !defined(__native_client__)
#include "base/debug/trace_event.h"