Title: [264939] trunk/Source/WebCore/PAL
Revision
264939
Author
commit-qu...@webkit.org
Date
2020-07-27 13:06:57 -0700 (Mon, 27 Jul 2020)

Log Message

Remove definition of NSImageSymbolScale, which is part of the beta 3 SDK
https://bugs.webkit.org/show_bug.cgi?id=214707

Patch by Saagar Jha <saa...@saagarjha.com> on 2020-07-27
Reviewed by Jonathan Bedard.

* pal/spi/mac/NSImageSPI.h: Remove NSImageSymbolScale.

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (264938 => 264939)


--- trunk/Source/WebCore/PAL/ChangeLog	2020-07-27 20:05:00 UTC (rev 264938)
+++ trunk/Source/WebCore/PAL/ChangeLog	2020-07-27 20:06:57 UTC (rev 264939)
@@ -1,3 +1,12 @@
+2020-07-27  Saagar Jha  <saa...@saagarjha.com>
+
+        Remove definition of NSImageSymbolScale, which is part of the beta 3 SDK
+        https://bugs.webkit.org/show_bug.cgi?id=214707
+
+        Reviewed by Jonathan Bedard.
+
+        * pal/spi/mac/NSImageSPI.h: Remove NSImageSymbolScale.
+
 2020-07-27  Megan Gardner  <megan_gard...@apple.com>
 
         Trying to lookup when WebView is in a popover causes process to hang.

Modified: trunk/Source/WebCore/PAL/pal/spi/mac/NSImageSPI.h (264938 => 264939)


--- trunk/Source/WebCore/PAL/pal/spi/mac/NSImageSPI.h	2020-07-27 20:05:00 UTC (rev 264938)
+++ trunk/Source/WebCore/PAL/pal/spi/mac/NSImageSPI.h	2020-07-27 20:06:57 UTC (rev 264939)
@@ -38,13 +38,6 @@
 extern const NSImageHintKey NSImageHintSymbolFont;
 extern const NSImageHintKey NSImageHintSymbolScale;
 
-typedef NS_ENUM(NSInteger, NSImageSymbolScale) {
-    NSImageSymbolScaleDefault = -1,
-    NSImageSymbolScaleSmall = 1,
-    NSImageSymbolScaleMedium = 2,
-    NSImageSymbolScaleLarge = 3,
-};
-
 @interface NSImage ()
 - (void)lockFocusWithRect:(NSRect)rect context:(nullable NSGraphicsContext *)context hints:(nullable NSDictionary *)hints flipped:(BOOL)flipped;
 @end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to