Chromium Code Reviews| Index: gpu/command_buffer/client/ref_counted.h |
| =================================================================== |
| --- gpu/command_buffer/client/ref_counted.h (revision 146234) |
| +++ gpu/command_buffer/client/ref_counted.h (working copy) |
| @@ -5,7 +5,7 @@ |
| #ifndef GPU_COMMAND_BUFFER_CLIENT_REF_COUNTED_H_ |
| #define GPU_COMMAND_BUFFER_CLIENT_REF_COUNTED_H_ |
| -#if defined(__native_client__) |
| +#if defined(__native_client__) && !defined(OS_NACL) |
|
bbudge
2012/07/19 16:34:23
The NaCl SRPC proxy can't depend on base, so it pu
piman
2012/07/19 16:52:26
Worth a comment...
I assume at some point the SRPC
bbudge
2012/07/19 18:38:10
Done.
|
| #include "native_client/src/include/ref_counted.h" |
| namespace gpu { |
| using nacl::RefCountedThreadSafe; |