| Index: ui/surface/transport_dib_gtk.cc
|
| ===================================================================
|
| --- ui/surface/transport_dib_gtk.cc (revision 200645)
|
| +++ ui/surface/transport_dib_gtk.cc (working copy)
|
| @@ -5,8 +5,6 @@
|
| #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))
|
|
|
| #include <errno.h>
|
| #include <stdlib.h>
|
| @@ -158,5 +156,3 @@
|
| delete this;
|
| }
|
|
|
| -#endif
|
| -
|
|
|