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

Unified Diff: sky/engine/config.h

Issue 722723003: Re-land 714393002 after fixing android build. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/bindings/core/v8/ScriptWrappable.cpp ('k') | sky/engine/core/dom/ElementData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/config.h
diff --git a/sky/engine/config.h b/sky/engine/config.h
index 5c137f79785003ad76c9fbc812e79f7a55a81b4b..2a7aeb3f5ecb4c755291c89e98c7fd61138272c5 100644
--- a/sky/engine/config.h
+++ b/sky/engine/config.h
@@ -24,10 +24,6 @@
/* Include compiler specific macros */
#include "wtf/Compiler.h"
-#if COMPILER(MSVC)
-#define _USE_MATH_DEFINES // Make math.h behave like other platforms.
-#endif
-
/* ==== Platform adaptation macros: these describe properties of the target environment. ==== */
/* HAVE() - specific system features (headers, functions or similar) that are present or not */
« no previous file with comments | « sky/engine/bindings/core/v8/ScriptWrappable.cpp ('k') | sky/engine/core/dom/ElementData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698