Changeset 283480 in webkit


Ignore:
Timestamp:
Oct 3, 2021, 2:29:19 PM (4 years ago)
Author:
ddkilzer@apple.com
Message:

Build fix: GPU Process microphone attribution SPI adoption
<https://bugs.webkit.org/show_bug.cgi?id=231034>
<rdar://problem/83732537>

  • pal/spi/cocoa/AVFoundationSPI.h:

(-[AVAudioSession setHostProcessAttribution:error:]):

  • Add SPI declaration for open source bots.
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

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

    r283431 r283480  
     12021-10-03  David Kilzer  <ddkilzer@apple.com>
     2
     3        Build fix: GPU Process microphone attribution SPI adoption
     4        <https://bugs.webkit.org/show_bug.cgi?id=231034>
     5        <rdar://problem/83732537>
     6
     7        * pal/spi/cocoa/AVFoundationSPI.h:
     8        (-[AVAudioSession setHostProcessAttribution:error:]):
     9        - Add SPI declaration for open source bots.
     10
    1112021-10-01  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h

    r283431 r283480  
    398398@property (readonly) BOOL eligibleForBTSmartRoutingConsideration;
    399399- (BOOL)setEligibleForBTSmartRoutingConsideration:(BOOL)inValue error:(NSError **)outError;
     400- (BOOL)setHostProcessAttribution:(NSArray<NSString *>*)inHostProcessInfo error:(NSError **)outError SPI_AVAILABLE(ios(15.0), watchos(8.0), tvos(15.0)) API_UNAVAILABLE(macCatalyst, macos);
    400401@end
    401402
Note: See TracChangeset for help on using the changeset viewer.