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

Unified Diff: ui/gfx/size.h

Issue 10837041: Initial iOS bring up of ui. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Possible alternative. Created 8 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
Index: ui/gfx/size.h
diff --git a/ui/gfx/size.h b/ui/gfx/size.h
index 7983de4ab82aacd29562f8c7faf1c2ef8b925ff8..f13da291c2943b644d9d9290e23593e637200138 100644
--- a/ui/gfx/size.h
+++ b/ui/gfx/size.h
@@ -13,7 +13,9 @@
#if defined(OS_WIN)
typedef struct tagSIZE SIZE;
-#elif defined(OS_MACOSX)
+#elif defined(OS_IOS) // iOS but not Mac
+#include <CoreGraphics/CoreGraphics.h>
+#elif defined(OS_MACOSX) // iOS special-cased above
stuartmorgan 2012/08/01 13:26:18 Remove comments
noyau (Ping after 24h) 2012/08/01 13:53:45 Done.
#include <ApplicationServices/ApplicationServices.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698