Index: ui/surface/transport_dib_sysvipc.cc |
=================================================================== |
--- ui/surface/transport_dib_sysvipc.cc (revision 192629) |
+++ ui/surface/transport_dib_sysvipc.cc (working copy) |
@@ -5,8 +5,7 @@ |
#include "ui/surface/transport_dib.h" |
// Desktop GTK Linux builds use the old-style SYSV SHM based DIBs. |
-// Linux Aura and Chrome OS do too. This will change very soon. |
-#if defined(TOOLKIT_GTK) || (defined(OS_LINUX) && defined(USE_AURA)) |
+#if defined(TOOLKIT_GTK) |
rjkroege
2013/05/16 19:29:42
rename this file to _gtk and you don't need the #d
|
#include <errno.h> |
#include <stdlib.h> |