Changeset 240401 in webkit


Ignore:
Timestamp:
Jan 23, 2019 5:43:58 PM (5 years ago)
Author:
benjamin@webkit.org
Message:

<rdar://problem/27686430> Revert workaround AVPlayer.setMuted bug on macOS
https://bugs.webkit.org/show_bug.cgi?id=193742

Reviewed by Eric Carlson.

  • platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h:

The original bug was fixed, see radar: rdar://problem/27686430

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r240358 r240401  
     12019-01-23  Benjamin Poulain  <benjamin@webkit.org>
     2
     3        <rdar://problem/27686430> Revert workaround AVPlayer.setMuted bug on macOS
     4        https://bugs.webkit.org/show_bug.cgi?id=193742
     5
     6        Reviewed by Eric Carlson.
     7
     8        * platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h:
     9        The original bug was fixed, see radar: rdar://problem/27686430
     10
    1112019-01-23  Sihui Liu  <sihui_liu@apple.com>
    212
  • trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h

    r240123 r240401  
    171171    MediaTime currentMediaTime() const override;
    172172    void setVolume(float) override;
    173 #if PLATFORM(IOS_FAMILY)
    174173    bool supportsMuting() const override { return true; }
    175 #endif
    176174    void setMuted(bool) override;
    177175    void setClosedCaptionsVisible(bool) override;
Note: See TracChangeset for help on using the changeset viewer.