Title: [260328] trunk/Source/WebKit
- Revision
- 260328
- Author
- [email protected]
- Date
- 2020-04-18 16:23:18 -0700 (Sat, 18 Apr 2020)
Log Message
Attempt #4 to fix tvOS build
Unreviewed.
* WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::WebProcess::platformInitializeWebProcess):
- Add #if ENABLE(VIDEO_PRESENTATION_MODE)/#endif to protect
function defined in WebCore/PictureInPictureSupport.h.
- See previous build fixes in r260307, r260308 and r260313.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (260327 => 260328)
--- trunk/Source/WebKit/ChangeLog 2020-04-18 23:20:22 UTC (rev 260327)
+++ trunk/Source/WebKit/ChangeLog 2020-04-18 23:23:18 UTC (rev 260328)
@@ -1,3 +1,15 @@
+2020-04-18 David Kilzer <[email protected]>
+
+ Attempt #4 to fix tvOS build
+
+ Unreviewed.
+
+ * WebProcess/cocoa/WebProcessCocoa.mm:
+ (WebKit::WebProcess::platformInitializeWebProcess):
+ - Add #if ENABLE(VIDEO_PRESENTATION_MODE)/#endif to protect
+ function defined in WebCore/PictureInPictureSupport.h.
+ - See previous build fixes in r260307, r260308 and r260313.
+
2020-04-18 Alex Christensen <[email protected]>
Fix client certificate authentication when using non-default WKWebsiteDataStores
Modified: trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm (260327 => 260328)
--- trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm 2020-04-18 23:20:22 UTC (rev 260327)
+++ trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm 2020-04-18 23:23:18 UTC (rev 260328)
@@ -234,8 +234,10 @@
#if PLATFORM(IOS_FAMILY)
setCurrentUserInterfaceIdiomIsPad(parameters.currentUserInterfaceIdiomIsPad);
setLocalizedDeviceModel(parameters.localizedDeviceModel);
+#if ENABLE(VIDEO_PRESENTATION_MODE)
setSupportsPictureInPicture(parameters.supportsPictureInPicture);
#endif
+#endif
#if USE(APPKIT)
[[NSUserDefaults standardUserDefaults] registerDefaults:@{ @"NSApplicationCrashOnExceptions" : @YES }];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes