Title: [262868] trunk/Source/WebKit
Revision
262868
Author
jbed...@apple.com
Date
2020-06-10 16:05:11 -0700 (Wed, 10 Jun 2020)

Log Message

WebKit:Add PepperUICoreSPI.h (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=212996
<rdar://problem/64182627>

Unreviewed build fix.

* Platform/spi/watchos/PepperUICoreSPI.h: Add PUICPickerView headers.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (262867 => 262868)


--- trunk/Source/WebKit/ChangeLog	2020-06-10 23:04:09 UTC (rev 262867)
+++ trunk/Source/WebKit/ChangeLog	2020-06-10 23:05:11 UTC (rev 262868)
@@ -1,3 +1,13 @@
+2020-06-10  Jonathan Bedard  <jbed...@apple.com>
+
+        WebKit:Add PepperUICoreSPI.h (Follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=212996
+        <rdar://problem/64182627>
+
+        Unreviewed build fix.
+
+        * Platform/spi/watchos/PepperUICoreSPI.h: Add PUICPickerView headers.
+
 2020-06-10  David Kilzer  <ddkil...@apple.com>
 
         REGRESSION (r262858): Fix macOS build when building EndowmentStateTracker.mm

Modified: trunk/Source/WebKit/Platform/spi/watchos/PepperUICoreSPI.h (262867 => 262868)


--- trunk/Source/WebKit/Platform/spi/watchos/PepperUICoreSPI.h	2020-06-10 23:04:09 UTC (rev 262867)
+++ trunk/Source/WebKit/Platform/spi/watchos/PepperUICoreSPI.h	2020-06-10 23:05:11 UTC (rev 262868)
@@ -35,6 +35,8 @@
 #import <PepperUICore/PUICApplication_Private.h>
 #import <PepperUICore/PUICCrownInputSequencer.h>
 #import <PepperUICore/PUICCrownInputSequencer_Private.h>
+#import <PepperUICore/PUICPickerView.h>
+#import <PepperUICore/PUICPickerView_Private.h>
 #import <PepperUICore/PUICQuickboardArouetViewController.h>
 #import <PepperUICore/PUICQuickboardLanguageController.h>
 #import <PepperUICore/PUICQuickboardListViewController.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to