summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/proxy_channel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/proxy_channel.cc')
-rw-r--r--ppapi/proxy/proxy_channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/proxy_channel.cc b/ppapi/proxy/proxy_channel.cc
index c67d83c..f5743e8 100644
--- a/ppapi/proxy/proxy_channel.cc
+++ b/ppapi/proxy/proxy_channel.cc
@@ -40,7 +40,7 @@ void ProxyChannel::OnChannelError() {
channel_.reset();
}
-#if defined(OS_POSIX)
+#if defined(OS_POSIX) && !defined(OS_NACL)
int ProxyChannel::TakeRendererFD() {
DCHECK(channel());
return channel()->TakeClientFileDescriptor();