[webkit-changes] [WebKit/WebKit] f96fd6: [WPE][GTK] Fix the build with ENABLE_GPU_PROCESS=ON

Adrian Perez noreply at github.com
Thu Aug 8 04:06:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f96fd6569b6cde3191a3d6ed0b54387fe311cb44
      https://github.com/WebKit/WebKit/commit/f96fd6569b6cde3191a3d6ed0b54387fe311cb44
  Author: Adrian Perez de Castro <aperez at igalia.com>
  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


More information about the webkit-changes mailing list