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

Unified Diff: content/public/common/common_param_traits.h

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
Index: content/public/common/common_param_traits.h
===================================================================
--- content/public/common/common_param_traits.h (revision 200602)
+++ content/public/common/common_param_traits.h (working copy)
@@ -184,7 +184,7 @@
};
#endif
-#if defined(USE_X11)
+#if defined(TOOLKIT_GTK)
template<>
struct ParamTraits<TransportDIB::Id> {
typedef TransportDIB::Id param_type;

Powered by Google App Engine
This is Rietveld 408576698