aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Scroggins III <scroggo@google.com>2022-07-14 22:43:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-07-14 22:43:48 +0000
commit693bd7ad5a2acb9f3ec41ac9addfadb4d744db77 (patch)
tree84700a7325da0a26265fa307ee865e8071b871ac
parentcdceaeae392a7e84678ae5b647c617d855b898f4 (diff)
parent66e866e7f699d0bf3f7c0adde896fdbab7ecab67 (diff)
downloadskia-693bd7ad5a2acb9f3ec41ac9addfadb4d744db77.tar.gz
Define SK_SUPPORT_LEGACY_ALPHA_BITMAP_AS_COVERAGE am: 66e866e7f6
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/skia/+/19291567 Change-Id: Iae54d6e971a9ba137d9c4e8785314fc8cf938c08 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--include/config/SkUserConfigManual.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config/SkUserConfigManual.h b/include/config/SkUserConfigManual.h
index 5f11d96168..528e406431 100644
--- a/include/config/SkUserConfigManual.h
+++ b/include/config/SkUserConfigManual.h
@@ -32,4 +32,8 @@
#define SK_DISABLE_DAA // skbug.com/6886
#define SK_ABORT(...) __android_log_assert(nullptr, "skia", ##__VA_ARGS__)
+
+ // TODO (b/239048372): Remove this flag when we can safely migrate apps to the
+ // new behavior.
+ #define SK_SUPPORT_LEGACY_ALPHA_BITMAP_AS_COVERAGE
#endif // SkUserConfigManual_DEFINED