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

Unified Diff: ui/gfx/ipc/geometry/gfx_param_traits.cc

Issue 2150013003: Add IPC support for gfx::ColorSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 4 years, 5 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/gfx/ipc/color/gfx_param_traits_macros.h ('k') | ui/gfx/ipc/gfx_ipc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ipc/geometry/gfx_param_traits.cc
diff --git a/ui/gfx/ipc/geometry/gfx_param_traits.cc b/ui/gfx/ipc/geometry/gfx_param_traits.cc
index e66e4f6df99b00a859352555637c7e3354d14c38..a4f17587c66a81f7ab4c4eea5ce7e4896c226156 100644
--- a/ui/gfx/ipc/geometry/gfx_param_traits.cc
+++ b/ui/gfx/ipc/geometry/gfx_param_traits.cc
@@ -14,10 +14,6 @@
#include "ui/gfx/geometry/rect_f.h"
#include "ui/gfx/geometry/scroll_offset.h"
-#if defined(OS_MACOSX)
-#include "ipc/mach_port_mac.h"
-#endif
-
namespace IPC {
void ParamTraits<gfx::Point>::GetSize(base::PickleSizer* s,
« no previous file with comments | « ui/gfx/ipc/color/gfx_param_traits_macros.h ('k') | ui/gfx/ipc/gfx_ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698