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

Unified Diff: Source/core/platform/graphics/FloatPoint.h

Issue 14107015: Rename OS(DARWIN) to OS(MACOSX). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 3 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: Source/core/platform/graphics/FloatPoint.h
diff --git a/Source/core/platform/graphics/FloatPoint.h b/Source/core/platform/graphics/FloatPoint.h
index 635ef0f2be5611ec8045392e3a17fd943efed514..9ddbc2beec99999f41f1e0cf1143602fde7ce403 100644
--- a/Source/core/platform/graphics/FloatPoint.h
+++ b/Source/core/platform/graphics/FloatPoint.h
@@ -32,7 +32,7 @@
#include "wtf/MathExtras.h"
#include <algorithm>
-#if OS(DARWIN)
+#if OS(MACOSX)
typedef struct CGPoint CGPoint;
#ifdef NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES
@@ -132,7 +132,7 @@ public:
return FloatPoint(m_y, m_x);
}
-#if OS(DARWIN)
+#if OS(MACOSX)
FloatPoint(const CGPoint&);
operator CGPoint() const;
#if !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES)
« no previous file with comments | « Source/core/platform/chromium/PlatformKeyboardEventChromium.cpp ('k') | Source/core/platform/graphics/FloatRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698