Skip to content

Commit 912932d

Browse files
spenapcarlosgcampos
authored andcommitted
[WPE] Fix build when EXTERNAL_HOLEPUNCH is enabled
https://bugs.webkit.org/show_bug.cgi?id=294204 Reviewed by Adrian Perez de Castro. When EXTERNAL_HOLEPUNCH is used, DestinationColorSpace needs to be included. * Source/WebCore/platform/graphics/holepunch/MediaPlayerPrivateHolePunch.h: Canonical link: https://commits.webkit.org/296027@main
1 parent 547dbe3 commit 912932d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/WebCore/platform/graphics/holepunch/MediaPlayerPrivateHolePunch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#if USE(EXTERNAL_HOLEPUNCH)
2424

25+
#include "DestinationColorSpace.h"
2526
#include "MediaPlayerPrivate.h"
2627
#include "PlatformLayer.h"
2728
#include <wtf/RefCounted.h>

0 commit comments

Comments
 (0)