Changeset 260308 in webkit


Ignore:
Timestamp:
Apr 18, 2020 4:58:13 AM (4 years ago)
Author:
ddkilzer@apple.com
Message:

Attempt #2 to fix tvOS build

Unreviewed.

  • platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
  • Add #if ENABLE(VIDEO_PRESENTATION_MODE)/#endif to protect methods defined in MediaPlayerPrivate.h.
  • The previous commit was (r260307) also to fix tvOS, not watchOS.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r260307 r260308  
     12020-04-18  David Kilzer  <ddkilzer@apple.com>
     2
     3        Attempt #2 to fix tvOS build
     4
     5        Unreviewed.
     6
     7        * platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
     8        - Add #if ENABLE(VIDEO_PRESENTATION_MODE)/#endif to protect
     9          methods defined in MediaPlayerPrivate.h.
     10        - The previous commit was (r260307) also to fix tvOS, not watchOS.
     11
    1122020-04-18  David Kilzer  <ddkilzer@apple.com>
    213
  • trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm

    r259843 r260308  
    10911091}
    10921092
     1093#if ENABLE(VIDEO_PRESENTATION_MODE)
     1094
    10931095void MediaPlayerPrivateAVFoundationObjC::updateVideoFullscreenInlineImage()
    10941096{
     
    11571159#endif
    11581160}
     1161
     1162#endif // ENABLE(VIDEO_PRESENTATION_MODE)
    11591163
    11601164#if PLATFORM(IOS_FAMILY)
Note: See TracChangeset for help on using the changeset viewer.