Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f96fd6569b6cde3191a3d6ed0b54387fe311cb44
https://github.com/WebKit/WebKit/commit/f96fd6569b6cde3191a3d6ed0b54387fe311cb44
Author: Adrian Perez de Castro <[email protected]>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M Source/WebCore/platform/graphics/MediaPlayer.h
Log Message:
-----------
[WPE][GTK] Fix the build with ENABLE_GPU_PROCESS=ON
Unreviewed build fix.
RemoteMediaPlayerProxy overrides mediaPlayerMediaKeysStorageDirectory(),
marking it as final, but there is no declaration inherited of the
virtual base function when building with GPU Process enabled. This
updates the declaration of mediaPlayerMediaKeysStorageDirectory() to
be guarded also on ENABLE(ENCRYPTED_MEDIA), so it can be overriden by
RemoteMediaPlayerProxy.
* Source/WebCore/platform/graphics/MediaPlayer.h: Update conditional
compilation guards for mediaPlayerMediaKeysStorageDirectory().
Canonical link: https://commits.webkit.org/281984@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes