forked from WebPlatformForEmbedded/WPEWebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REGRESSION: fix compilation if !ENABLE(VIDEO)
https://bugs.webkit.org/show_bug.cgi?id=271881 Reviewed by Mike Wyrzykowski. [WebCore]: FullscreenManager: add missing include HTMLMediaElement normally includes HTMLMediaElementEnums, but only if VIDEO is enabled. [WebCore]: FullscreenManager: fix undefined reference to HTMLMediaElement HTMLMediaElement is not compiled if VIDEO is not enabled. [WebCore]: css: fix fix undefined reference to HTMLMediaElement HTMLMediaElement is not compiled if VIDEO is not enabled. [WebCore]: InspectorDOMAgent: fix fix undefined reference to HTMLMediaElement HTMLMediaElement is not compiled if VIDEO is not enabled. [WebKit]: WebGPU: drop duplicate directive in RemoteDevice The #if PLATFORM(COCOA) && ENABLE(VIDEO) directive is already defined outside the function scope, so drop the inner ones. [WebCore]: GPUDevice: fix undefined reference to HTMLMediaElement HTMLMediaElement is not compiled if VIDEO is not enabled. [WebKit]: WebFullScreenManagerProxy: add missing include HTMLMediaElement normally includes HTMLMediaElementEnums, but only if VIDEO is enabled. [WebKit]: WebFullScreenManager: add missing include HTMLMediaElement normally includes HTMLMediaElementEnums, but only if VIDEO is enabled. [WebKit]: InjectedBundlePageFullScreenClient: add missing include HTMLMediaElement normally includes HTMLMediaElementEnums, but only if VIDEO is enabled. [WebKit]: WebCoreArgumentCoders.serialization.in: fix undefined reference CaptionUserPreferencesDisplayMode and SerializedPlatformDataCueValue are only compiled if VIDEO is enabled. Signed-off-by: Thomas Devoogdt <[email protected]> Canonical link: https://commits.webkit.org/276977@main
- Loading branch information
1 parent
c514a13
commit ea2be40
Showing
13 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters