Title: [278781] trunk/Source/WebCore/PAL
Revision
278781
Author
jbed...@apple.com
Date
2021-06-11 13:59:51 -0700 (Fri, 11 Jun 2021)

Log Message

[Monterey] Support building WebKit (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=226846
<rdar://problem/79095148>

Unreviewed build fix.

* pal/spi/mac/QuickLookMacSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (278780 => 278781)


--- trunk/Source/WebCore/PAL/ChangeLog	2021-06-11 20:44:21 UTC (rev 278780)
+++ trunk/Source/WebCore/PAL/ChangeLog	2021-06-11 20:59:51 UTC (rev 278781)
@@ -1,5 +1,15 @@
 2021-06-11  Jonathan Bedard  <jbed...@apple.com>
 
+        [Monterey] Support building WebKit (Follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=226846
+        <rdar://problem/79095148>
+
+        Unreviewed build fix.
+
+        * pal/spi/mac/QuickLookMacSPI.h:
+
+2021-06-11  Jonathan Bedard  <jbed...@apple.com>
+
         [Monterey] Support building WebKit
         https://bugs.webkit.org/show_bug.cgi?id=226846
         <rdar://problem/79095148>

Modified: trunk/Source/WebCore/PAL/pal/spi/mac/QuickLookMacSPI.h (278780 => 278781)


--- trunk/Source/WebCore/PAL/pal/spi/mac/QuickLookMacSPI.h	2021-06-11 20:44:21 UTC (rev 278780)
+++ trunk/Source/WebCore/PAL/pal/spi/mac/QuickLookMacSPI.h	2021-06-11 20:59:51 UTC (rev 278781)
@@ -62,6 +62,17 @@
 @property (nonatomic, copy) NSDictionary* previewOptions;
 @end
 
+#if HAVE(VK_IMAGE_ANALYSIS)
+
+typedef NS_ENUM(NSInteger, QLPreviewActivity) {
+    QLPreviewActivityNone,
+    QLPreviewActivityMarkup,
+    QLPreviewActivityTrim,
+    QLPreviewActivityVisualSearch
+};
+
+#endif
+
 #endif // USE(APPLE_INTERNAL_SDK)
 
 #if HAVE(QUICKLOOK_PREVIEW_ITEM_DATA_PROVIDER) || HAVE(VK_IMAGE_ANALYSIS)
@@ -73,17 +84,6 @@
 
 #endif
 
-#if HAVE(VK_IMAGE_ANALYSIS)
-
-typedef NS_ENUM(NSInteger, QLPreviewActivity) {
-    QLPreviewActivityNone,
-    QLPreviewActivityMarkup,
-    QLPreviewActivityTrim,
-    QLPreviewActivityVisualSearch
-};
-
-#endif
-
 #if HAVE(QUICKLOOK_ITEM_PREVIEW_OPTIONS)
 
 @interface QLItem (Staging_77864637)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to