aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkScan.h')
-rw-r--r--src/core/SkScan.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/SkScan.h b/src/core/SkScan.h
index 24e008826d..d0c10faf5c 100644
--- a/src/core/SkScan.h
+++ b/src/core/SkScan.h
@@ -23,7 +23,13 @@ class SkPath;
*/
typedef SkIRect SkXRect;
+// Use this to check that we successfully guard the change against Chromium layout tests
+#ifndef SK_SUPPORT_LEGACY_AAA
+# define SK_SUPPORT_LEGACY_AAA
+#endif
+
extern std::atomic<bool> gSkUseAnalyticAA;
+extern std::atomic<bool> gSkForceAnalyticAA;
class AdditiveBlitter;