From f82c1787c5cdb2a9c35b231ff991f95ab1252d1b Mon Sep 17 00:00:00 2001 From: "auto-submit[bot]" Date: Tue, 5 Mar 2024 23:46:34 +0000 Subject: [PATCH] Revert "[Impeller] Enable depth buffer clipping & Stencil-then-Cover path rendering. (#51209)" This reverts commit 97491e39c4d109dd35527f8f7a467103972a70fc. --- impeller/entity/contents/content_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impeller/entity/contents/content_context.h b/impeller/entity/contents/content_context.h index d38df9ae03b5a..6d4fc90298689 100644 --- a/impeller/entity/contents/content_context.h +++ b/impeller/entity/contents/content_context.h @@ -408,7 +408,7 @@ class ContentContext { /// // TODO(bdero): Remove this setting once StC is fully de-risked // https://github.com/flutter/flutter/issues/123671 - static constexpr bool kEnableStencilThenCover = true; + static constexpr bool kEnableStencilThenCover = false; #if IMPELLER_ENABLE_3D std::shared_ptr GetSceneContext() const;