[webkit-changes] [WebKit/WebKit] 94ac29: Remove redundant Cocoa-specific EnumTraits special...
Žan Doberšek
noreply at github.com
Mon Dec 4 07:59:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 94ac298a5aff06bc81c7eb4395875f857991b3c5
https://github.com/WebKit/WebKit/commit/94ac298a5aff06bc81c7eb4395875f857991b3c5
Author: Žan Doberšek <zdobersek at igalia.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h
M Source/WebCore/platform/ios/SelectionGeometry.h
Log Message:
-----------
Remove redundant Cocoa-specific EnumTraits specializations under WebCore/platform
https://bugs.webkit.org/show_bug.cgi?id=265448
Reviewed by Chris Dumez.
Remove the EnumTraits specializations for MediaPlayerPrivateAVFoundation::MediaRenderingMode
and SelectionRenderingBehavior enumerations. The former is not needed and the
latter already has an IPC serialization specification available.
* Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h:
* Source/WebCore/platform/ios/SelectionGeometry.h:
Canonical link: https://commits.webkit.org/271476@main
More information about the webkit-changes
mailing list