Skip to content

Commit

Permalink
fix(box_model): fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
pba-cra committed Sep 4, 2023
1 parent bfbd5a7 commit 7b170f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webf/lib/src/rendering/box_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1377,10 +1377,6 @@ class RenderBoxModel extends RenderBox
return MatrixUtils.transformPoint(getLayoutTransformTo(this, ancestor, excludeScrollOffset: excludeScrollOffset), point);
}

Offset getOffsetToRenderObjectAncestor(Offset point, RenderObject ancestor, {bool excludeScrollOffset = false}) {
return MatrixUtils.transformPoint(getLayoutTransformTo(this, ancestor, excludeScrollOffset: excludeScrollOffset), point);
}

bool _hasLocalBackgroundImage(CSSRenderStyle renderStyle) {
return renderStyle.backgroundImage != null && renderStyle.backgroundAttachment == CSSBackgroundAttachmentType.local;
}
Expand Down

0 comments on commit 7b170f8

Please sign in to comment.