Changeset 244333 in webkit
- Timestamp:
- Apr 16, 2019, 9:46:55 AM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r244331 r244333 1 2019-04-16 Ryan Haddad <ryanhaddad@apple.com> 2 3 Unreviewed, fix the build with recent SDKs. 4 5 * UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm: 6 (WebKit::WKWebViewState::store): 7 1 8 2019-04-16 Commit Queue <commit-queue@webkit.org> 2 9 -
trunk/Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm
r239427 r244333 133 133 _savedEdgeInset = [[webView scrollView] contentInset]; 134 134 _savedContentOffset = [[webView scrollView] contentOffset]; 135 ALLOW_DEPRECATED_DECLARATIONS_BEGIN 135 136 _savedScrollIndicatorInsets = [[webView scrollView] scrollIndicatorInsets]; 137 ALLOW_DEPRECATED_DECLARATIONS_END 136 138 if (auto* page = webView._page) { 137 139 _savedTopContentInset = page->topContentInset();
Note:
See TracChangeset
for help on using the changeset viewer.