summaryrefslogtreecommitdiffstats
path: root/ui/gfx/point.h
diff options
context:
space:
mode:
authornoyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-01 17:27:32 +0000
committernoyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-01 17:27:32 +0000
commitd9824eada42fab668e2451565bc3b13bd6ff5cac (patch)
tree483c9df01b6b286eba5b23526e9d2341985ef9ec /ui/gfx/point.h
parent218537d421afb0792434bcca5ce2446abb4d8d41 (diff)
downloadchromium_src-d9824eada42fab668e2451565bc3b13bd6ff5cac.zip
chromium_src-d9824eada42fab668e2451565bc3b13bd6ff5cac.tar.gz
chromium_src-d9824eada42fab668e2451565bc3b13bd6ff5cac.tar.bz2
Initial iOS bring up of ui.
A very bare minimum: only point, rect and size are compiled and no unittest support yet. BUG=None Review URL: https://chromiumcodereview.appspot.com/10837041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/point.h')
-rw-r--r--ui/gfx/point.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gfx/point.h b/ui/gfx/point.h
index 403610a..dfb227d 100644
--- a/ui/gfx/point.h
+++ b/ui/gfx/point.h
@@ -11,6 +11,8 @@
#if defined(OS_WIN)
typedef unsigned long DWORD;
typedef struct tagPOINT POINT;
+#elif defined(OS_IOS)
+#include <CoreGraphics/CoreGraphics.h>
#elif defined(OS_MACOSX)
#include <ApplicationServices/ApplicationServices.h>
#endif