| Index: ui/surface/transport_dib_posix.cc
|
| diff --git a/ui/surface/transport_dib_posix.cc b/ui/surface/transport_dib_posix.cc
|
| index 28095f2c94091ff45bf4f3bad6177d90be559afd..284ed33034dfc0145d4e9dbfc3527a5e57f3c564 100644
|
| --- a/ui/surface/transport_dib_posix.cc
|
| +++ b/ui/surface/transport_dib_posix.cc
|
| @@ -4,9 +4,6 @@
|
|
|
| #include "ui/surface/transport_dib.h"
|
|
|
| -// Desktop GTK Linux builds use the old-style SYSV SHM based DIBs.
|
| -#if !defined(TOOLKIT_GTK)
|
| -
|
| #include <sys/stat.h>
|
| #include <unistd.h>
|
|
|
| @@ -111,6 +108,3 @@ TransportDIB::Id TransportDIB::id() const {
|
| TransportDIB::Handle TransportDIB::handle() const {
|
| return shared_memory_.handle();
|
| }
|
| -
|
| -#endif // !defined(TOOLKIT_GTK)
|
| -
|
|
|