Title: [268988] trunk/Source/WebCore
- Revision
- 268988
- Author
- [email protected]
- Date
- 2020-10-26 11:24:10 -0700 (Mon, 26 Oct 2020)
Log Message
Clean up CAAudioStreamDescription
https://bugs.webkit.org/show_bug.cgi?id=217552
Reviewed by Youenn Fablet.
Remove an unused private function.
* platform/audio/cocoa/CAAudioStreamDescription.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (268987 => 268988)
--- trunk/Source/WebCore/ChangeLog 2020-10-26 18:06:33 UTC (rev 268987)
+++ trunk/Source/WebCore/ChangeLog 2020-10-26 18:24:10 UTC (rev 268988)
@@ -1,5 +1,16 @@
2020-10-26 Peng Liu <[email protected]>
+ Clean up CAAudioStreamDescription
+ https://bugs.webkit.org/show_bug.cgi?id=217552
+
+ Reviewed by Youenn Fablet.
+
+ Remove an unused private function.
+
+ * platform/audio/cocoa/CAAudioStreamDescription.h:
+
+2020-10-26 Peng Liu <[email protected]>
+
Video immediately exits full screen and pauses
https://bugs.webkit.org/show_bug.cgi?id=218103
Modified: trunk/Source/WebCore/platform/audio/cocoa/CAAudioStreamDescription.h (268987 => 268988)
--- trunk/Source/WebCore/platform/audio/cocoa/CAAudioStreamDescription.h 2020-10-26 18:06:33 UTC (rev 268987)
+++ trunk/Source/WebCore/platform/audio/cocoa/CAAudioStreamDescription.h 2020-10-26 18:24:10 UTC (rev 268988)
@@ -72,8 +72,6 @@
template<class Decoder> static WARN_UNUSED_RETURN bool decode(Decoder&, CAAudioStreamDescription&);
private:
- void calculateFormat();
-
AudioStreamBasicDescription m_streamDescription;
mutable PlatformDescription m_platformDescription;
mutable PCMFormat m_format { None };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes