aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/SkScan.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/SkScan.cpp b/src/core/SkScan.cpp
index 3ec67e4759..307993f310 100644
--- a/src/core/SkScan.cpp
+++ b/src/core/SkScan.cpp
@@ -10,12 +10,7 @@
#include "SkBlitter.h"
#include "SkRasterClip.h"
-#ifdef SK_NO_ANALYTIC_AA
- std::atomic<bool> gSkUseAnalyticAA{false};
-#else
- std::atomic<bool> gSkUseAnalyticAA{true};
-#endif
-
+std::atomic<bool> gSkUseAnalyticAA{true};
std::atomic<bool> gSkForceAnalyticAA{false};
#if defined(SK_SUPPORT_LEGACY_DELTA_AA) || (defined(_MSC_VER) && !defined(__clang__))