Changeset 233930 in webkit
- Timestamp:
- Jul 18, 2018, 2:17:07 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r233926 r233930 1 2018-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 1 8 2018-07-18 Jer Noble <jer.noble@apple.com> 2 9 -
trunk/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm
r233926 r233930 798 798 } 799 799 800 BOOLVideoFullscreenInterfaceAVKit::pictureInPictureWasStartedWhenEnteringBackground() const800 bool VideoFullscreenInterfaceAVKit::pictureInPictureWasStartedWhenEnteringBackground() const 801 801 { 802 802 return [m_playerViewController pictureInPictureWasStartedWhenEnteringBackground];
Note:
See TracChangeset
for help on using the changeset viewer.