Title: [240401] trunk/Source/WebCore
Revision
240401
Author
[email protected]
Date
2019-01-23 17:43:58 -0800 (Wed, 23 Jan 2019)

Log 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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (240400 => 240401)


--- trunk/Source/WebCore/ChangeLog	2019-01-24 01:23:03 UTC (rev 240400)
+++ trunk/Source/WebCore/ChangeLog	2019-01-24 01:43:58 UTC (rev 240401)
@@ -1,3 +1,13 @@
+2019-01-23  Benjamin Poulain  <[email protected]>
+
+        <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
+
 2019-01-23  Sihui Liu  <[email protected]>
 
         Clean up IndexedDB files between tests

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h (240400 => 240401)


--- trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h	2019-01-24 01:23:03 UTC (rev 240400)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h	2019-01-24 01:43:58 UTC (rev 240401)
@@ -170,9 +170,7 @@
     bool platformPaused() const override;
     MediaTime currentMediaTime() const override;
     void setVolume(float) override;
-#if PLATFORM(IOS_FAMILY)
     bool supportsMuting() const override { return true; }
-#endif
     void setMuted(bool) override;
     void setClosedCaptionsVisible(bool) override;
     void paint(GraphicsContext&, const FloatRect&) override;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to