aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkScan.cpp')
-rw-r--r--src/core/SkScan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkScan.cpp b/src/core/SkScan.cpp
index c066fa7641..3ec67e4759 100644
--- a/src/core/SkScan.cpp
+++ b/src/core/SkScan.cpp
@@ -18,7 +18,7 @@
std::atomic<bool> gSkForceAnalyticAA{false};
-#ifdef SK_SUPPORT_LEGACY_DELTA_AA
+#if defined(SK_SUPPORT_LEGACY_DELTA_AA) || (defined(_MSC_VER) && !defined(__clang__))
std::atomic<bool> gSkUseDeltaAA{false};
#else
std::atomic<bool> gSkUseDeltaAA{true};