Backed out 4 changesets (bug 1874199) for causing WR bustages CLOSED TREE

Backed out changeset 0367fe61d2c9 (bug 1874199)
Backed out changeset 00d4835ec154 (bug 1874199)
Backed out changeset 4c6a338c5c30 (bug 1874199)
Backed out changeset 9756d029484d (bug 1874199)
This commit is contained in:
pstanciu
2024-05-02 04:30:55 +03:00
parent 332d9c3f2d
commit b5f8ed8325
11 changed files with 53 additions and 123 deletions

View File

@@ -1261,12 +1261,11 @@ wr::WrSpatialId DisplayListBuilder::DefineStickyFrame(
const float* aRightMargin, const float* aBottomMargin,
const float* aLeftMargin, const StickyOffsetBounds& aVerticalBounds,
const StickyOffsetBounds& aHorizontalBounds,
const wr::LayoutVector2D& aAppliedOffset, wr::SpatialTreeItemKey aKey,
const WrAnimationProperty* aAnimation) {
const wr::LayoutVector2D& aAppliedOffset, wr::SpatialTreeItemKey aKey) {
auto spatialId = wr_dp_define_sticky_frame(
mWrState, mCurrentSpaceAndClipChain.space, aContentRect, aTopMargin,
aRightMargin, aBottomMargin, aLeftMargin, aVerticalBounds,
aHorizontalBounds, aAppliedOffset, aKey, aAnimation);
aHorizontalBounds, aAppliedOffset, aKey);
WRDL_LOG("DefineSticky id=%zu c=%s t=%s r=%s b=%s l=%s v=%s h=%s a=%s\n",
mWrState, spatialId.id, ToString(aContentRect).c_str(),