summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/ipc/gfx_param_traits.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gfx/ipc/gfx_param_traits.h')
-rw-r--r--chromium/ui/gfx/ipc/gfx_param_traits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/ui/gfx/ipc/gfx_param_traits.h b/chromium/ui/gfx/ipc/gfx_param_traits.h
index 4f3a17ce75c..2f91eb5d92c 100644
--- a/chromium/ui/gfx/ipc/gfx_param_traits.h
+++ b/chromium/ui/gfx/ipc/gfx_param_traits.h
@@ -14,7 +14,7 @@
#include "ui/gfx/ipc/gfx_param_traits_macros.h"
#include "ui/gfx/selection_bound.h"
-#if defined(OS_MACOSX) && !defined(OS_IOS)
+#if defined(OS_MAC)
#include "ui/gfx/mac/io_surface.h"
#endif
@@ -34,7 +34,7 @@ struct GFX_IPC_EXPORT ParamTraits<gfx::Range> {
static void Log(const param_type& p, std::string* l);
};
-#if defined(OS_MACOSX) && !defined(OS_IOS)
+#if defined(OS_MAC)
template <>
struct GFX_IPC_EXPORT ParamTraits<gfx::ScopedRefCountedIOSurfaceMachPort> {
typedef gfx::ScopedRefCountedIOSurfaceMachPort param_type;
@@ -48,7 +48,7 @@ struct GFX_IPC_EXPORT ParamTraits<gfx::ScopedRefCountedIOSurfaceMachPort> {
param_type* r);
static void Log(const param_type& p, std::string* l);
};
-#endif // defined(OS_MACOSX) && !defined(OS_IOS)
+#endif // defined(OS_MAC)
template <>
struct GFX_IPC_EXPORT ParamTraits<gfx::SelectionBound> {