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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user