Title: [241046] trunk/Source/WebKit
- Revision
- 241046
- Author
- [email protected]
- Date
- 2019-02-06 13:44:17 -0800 (Wed, 06 Feb 2019)
Log Message
Fix the Apple Internal build. See <rdar://problem/47860943> for more details.
* UIProcess/ios/fullscreen/WKFullscreenStackView.mm:
(-[WKFullscreenStackView init]):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (241045 => 241046)
--- trunk/Source/WebKit/ChangeLog 2019-02-06 21:32:37 UTC (rev 241045)
+++ trunk/Source/WebKit/ChangeLog 2019-02-06 21:44:17 UTC (rev 241046)
@@ -1,5 +1,12 @@
2019-02-06 Daniel Bates <[email protected]>
+ Fix the Apple Internal build. See <rdar://problem/47860943> for more details.
+
+ * UIProcess/ios/fullscreen/WKFullscreenStackView.mm:
+ (-[WKFullscreenStackView init]):
+
+2019-02-06 Daniel Bates <[email protected]>
+
Standardize on ControlKey instead of CtrlKey
https://bugs.webkit.org/show_bug.cgi?id=194317
Modified: trunk/Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.mm (241045 => 241046)
--- trunk/Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.mm 2019-02-06 21:32:37 UTC (rev 241045)
+++ trunk/Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.mm 2019-02-06 21:44:17 UTC (rev 241046)
@@ -62,7 +62,9 @@
// FIXME: remove this once AVBackgroundView handles this. https://bugs.webkit.org/show_bug.cgi?id=188022
[_backgroundView setClipsToBounds:YES];
+ALLOW_DEPRECATED_DECLARATIONS_BEGIN
[_backgroundView.get().layer setContinuousCorners:YES];
+ALLOW_DEPRECATED_DECLARATIONS_END
[_backgroundView.get().layer setCornerRadius:16];
return self;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes