Chromium Code Reviews| Index: ui/surface/transport_dib_sysvipc.cc |
| =================================================================== |
| --- ui/surface/transport_dib_sysvipc.cc (revision 192091) |
| +++ ui/surface/transport_dib_sysvipc.cc (working copy) |
| @@ -4,6 +4,8 @@ |
| #include "ui/surface/transport_dib.h" |
| +#if defined(TOOLKIT_GTK) || (defined(OS_LINUX) && defined(USE_AURA)) |
|
Ken Russell (switch to Gerrit)
2013/04/04 18:52:12
Consider adding the same comment you did to transp
|
| + |
| #include <errno.h> |
| #include <stdlib.h> |
| #include <sys/ipc.h> |
| @@ -153,3 +155,6 @@ |
| if (!inflight_counter_) |
| delete this; |
| } |
| + |
| +#endif |
| + |