Changeset 233936 in webkit


Ignore:
Timestamp:
Jul 18, 2018 3:29:04 PM (6 years ago)
Author:
jer.noble@apple.com
Message:

Unreviewed API Test fix; restored a line inadventantly removed in r233926.

  • platform/mac/VideoFullscreenInterfaceMac.mm:

(-[WebVideoFullscreenInterfaceMacObjC pipDidClose:]):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r233935 r233936  
     12018-07-18  Jer Noble  <jer.noble@apple.com>
     2
     3        Unreviewed API Test fix; restored a line inadventantly removed in r233926.
     4
     5        * platform/mac/VideoFullscreenInterfaceMac.mm:
     6        (-[WebVideoFullscreenInterfaceMacObjC pipDidClose:]):
     7
    182018-07-18  Antoine Quint  <graouts@apple.com>
    29
  • trunk/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm

    r233926 r233936  
    303303        }
    304304
     305        _videoFullscreenInterfaceMac->clearMode(HTMLMediaElementEnums::VideoFullscreenModePictureInPicture);
     306
    305307        if (VideoFullscreenChangeObserver* fullscreenChangeObserver = _videoFullscreenInterfaceMac->videoFullscreenChangeObserver())
    306308            fullscreenChangeObserver->didExitFullscreen();
Note: See TracChangeset for help on using the changeset viewer.