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

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

Issue 11575050: Fix tracing for gpu/ directory in NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unnecessary changes Created 8 years 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 cd1ab2616c6ec85d2703a23ec8cfdae03dfc5880..c7ae2631353a21b34739687958962658fa4ecee8 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(NACL_PPAPI_IPC_PROXY) || !defined(__native_client__)
+#if !defined(NACL_PPAPI_SRPC_PROXY)
#include "base/debug/trace_event.h"
« no previous file with comments | « gpu/command_buffer/client/ref_counted.h ('k') | ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698