Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Unified Diff: ui/surface/transport_dib_gtk.cc

Issue 13529027: Switch Linux Auru ports over to POSIX SHM instead of legacy SYSV SHM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/surface/transport_dib.h ('k') | ui/surface/transport_dib_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-
« no previous file with comments | « ui/surface/transport_dib.h ('k') | ui/surface/transport_dib_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698