Changeset 233930 in webkit


Ignore:
Timestamp:
Jul 18, 2018 2:17:07 PM (6 years ago)
Author:
jer.noble@apple.com
Message:

Unreviewed build fix after r233926; BOOL !== bool.

  • platform/ios/VideoFullscreenInterfaceAVKit.mm:

(VideoFullscreenInterfaceAVKit::pictureInPictureWasStartedWhenEnteringBackground const):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r233926 r233930  
     12018-07-18  Jer Noble  <jer.noble@apple.com>
     2
     3        Unreviewed build fix after r233926; BOOL !== bool.
     4
     5        * platform/ios/VideoFullscreenInterfaceAVKit.mm:
     6        (VideoFullscreenInterfaceAVKit::pictureInPictureWasStartedWhenEnteringBackground const):
     7
    182018-07-18  Jer Noble  <jer.noble@apple.com>
    29
  • trunk/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm

    r233926 r233930  
    798798}
    799799
    800 BOOL VideoFullscreenInterfaceAVKit::pictureInPictureWasStartedWhenEnteringBackground() const
     800bool VideoFullscreenInterfaceAVKit::pictureInPictureWasStartedWhenEnteringBackground() const
    801801{
    802802    return [m_playerViewController pictureInPictureWasStartedWhenEnteringBackground];
Note: See TracChangeset for help on using the changeset viewer.