Changeset 264946 in webkit


Ignore:
Timestamp:
Jul 27, 2020 2:59:55 PM (4 years ago)
Author:
Jonathan Bedard
Message:

[Big Sur] Wrap SPI in feature guards
https://bugs.webkit.org/show_bug.cgi?id=214844
<rdar://problem/66178527>

Reviewed by Darin Adler.

  • pal/spi/mac/NSImageSPI.h:
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r264943 r264946  
     12020-07-27  Jonathan Bedard  <jbedard@apple.com>
     2
     3        [Big Sur] Wrap SPI in feature guards
     4        https://bugs.webkit.org/show_bug.cgi?id=214844
     5        <rdar://problem/66178527>
     6
     7        Reviewed by Darin Adler.
     8
     9        * pal/spi/mac/NSImageSPI.h:
     10
    1112020-07-27  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebCore/PAL/pal/spi/mac/NSImageSPI.h

    r264939 r264946  
    3636NS_ASSUME_NONNULL_BEGIN
    3737
    38 extern const NSImageHintKey NSImageHintSymbolFont;
    39 extern const NSImageHintKey NSImageHintSymbolScale;
    40 
    4138@interface NSImage ()
    4239- (void)lockFocusWithRect:(NSRect)rect context:(nullable NSGraphicsContext *)context hints:(nullable NSDictionary *)hints flipped:(BOOL)flipped;
     
    5148#endif
    5249
     50#if HAVE(ALTERNATE_ICONS)
     51extern const NSImageHintKey NSImageHintSymbolFont;
     52extern const NSImageHintKey NSImageHintSymbolScale;
    5353#endif
     54
     55#endif
Note: See TracChangeset for help on using the changeset viewer.