aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Scroggins III <scroggo@google.com>2022-07-14 22:59:38 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-07-14 22:59:38 +0000
commit9aaf23d130e9c60d023700800aad1babe96f55cb (patch)
tree84700a7325da0a26265fa307ee865e8071b871ac
parent7ce908ff1b4fd072f701b74ee6761ce5511bf225 (diff)
parent693bd7ad5a2acb9f3ec41ac9addfadb4d744db77 (diff)
downloadskia-9aaf23d130e9c60d023700800aad1babe96f55cb.tar.gz
Define SK_SUPPORT_LEGACY_ALPHA_BITMAP_AS_COVERAGE am: 66e866e7f6 am: 693bd7ad5a
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/skia/+/19291567 Change-Id: I2fc759b0b7bd3158e847097e9f3600e31b4a9d97 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