We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bc157 commit ae00903Copy full SHA for ae00903
impeller/entity/contents/content_context.h
@@ -408,7 +408,7 @@ class ContentContext {
408
///
409
// TODO(bdero): Remove this setting once StC is fully de-risked
410
// https://github.com/flutter/flutter/issues/123671
411
- static constexpr bool kEnableStencilThenCover = false;
+ static constexpr bool kEnableStencilThenCover = true;
412
413
#if IMPELLER_ENABLE_3D
414
std::shared_ptr<scene::SceneContext> GetSceneContext() const;
0 commit comments