Skip to content

Commit

Permalink
Some media modules files are missing headers
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=270430
rdar://123988923

Reviewed by Jean-Yves Avenard.

Imported missing header files for media related things.

* Source/WebCore/Modules/mediasession/MediaSessionCoordinator.cpp:
* Source/WebCore/Modules/mediasource/MediaSourceHandle.cpp:
* Source/WebCore/Modules/mediasource/MediaSourceHandle.h:

Canonical link: https://commits.webkit.org/275613@main
  • Loading branch information
marcoscaceres authored and jyavenard committed Mar 4, 2024
1 parent 8cc4532 commit 094154f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#if ENABLE(MEDIA_SESSION_COORDINATOR)

#include "Document.h"
#include "EventNames.h"
#include "JSDOMException.h"
#include "JSDOMPromiseDeferred.h"
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/Modules/mediasource/MediaSourceHandle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "MediaSource.h"
#include "MediaSourcePrivate.h"
#include "MediaSourcePrivateClient.h"
#include <wtf/IsoMallocInlines.h>
#include <wtf/ThreadSafeRefCounted.h>
#include <wtf/ThreadSafeWeakPtr.h>

Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/Modules/mediasource/MediaSourceHandle.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include <wtf/Forward.h>
#include <wtf/Function.h>
#include <wtf/IsoMalloc.h>
#include <wtf/Lock.h>
#include <wtf/RefCounted.h>

Expand Down

0 comments on commit 094154f

Please sign in to comment.