Skip to content

Commit

Permalink
Unreviewed, fix catalyst build
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=261211

* Source/WebKit/UIProcess/ios/WKContentView.mm:
(-[WKContentView createVisibleContentRectUpdateInfoFromVisibleRect:unobscuredRect:contentInsets:unobscuredRectInScrollViewCoordinates:obscuredInsets:unobscuredSafeAreaInsets:inputViewBounds:scale:minimumScale:viewStability:enclosedInScrollableAncestorView:sendEvenIfUnchanged:]):

Canonical link: https://commits.webkit.org/267680@main
  • Loading branch information
cdumez committed Sep 6, 2023
1 parent a052fd8 commit 663e5dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/WebKit/UIProcess/ios/WKContentView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,9 @@ - (CGRect)_computeUnobscuredContentRectRespectingInputViewBounds:(CGRect)unobscu
floatBoxExtent(unobscuredSafeAreaInsets),
zoomScale,
viewStability,
_sizeChangedSinceLastVisibleContentRectUpdate,
self.webView._allowsViewportShrinkToFit,
enclosedInScrollableAncestorView,
!!_sizeChangedSinceLastVisibleContentRectUpdate,
!!self.webView._allowsViewportShrinkToFit,
!!enclosedInScrollableAncestorView,
velocityData,
downcast<WebKit::RemoteLayerTreeDrawingAreaProxy>(*drawingArea).lastCommittedLayerTreeTransactionID()
};
Expand Down

0 comments on commit 663e5dd

Please sign in to comment.