no-bug: Fixed clang-tidy forming invalid syntax on boosts manager (gh-13711)

This commit is contained in:
mr. m
2026-05-16 04:12:57 +02:00
committed by GitHub
parent 8cd244fee4
commit c6c3b89a45

View File

@@ -404,7 +404,8 @@ nsZenBoostsBackend::FilterColorFromPresContext(nscolor aColor,
if (mCachedAccent.accentNS != accentNS) {
mCachedAccent = zenPrecomputeAccent(accentNS);
// Trigger a recompute of the complementary accent since
/ it depends on the base accent.mCachedComplementary.accentNS = 0;
// it depends on the base accent.
mCachedComplementary.accentNS = 0;
}
// Derive the complementary accent by rotating the base accent's hue by the
// boost's complementary rotation. Cached so the per-color hot path only