Bug 218568 - Add some missing header includes in media sources
Summary: Add some missing header includes in media sources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks: 218426
  Show dependency treegraph
 
Reported: 2020-11-04 08:07 PST by Wenson Hsieh
Modified: 2020-11-04 13:08 PST (History)
9 users (show)

See Also:


Attachments
Patch (3.26 KB, patch)
2020-11-04 08:10 PST, Wenson Hsieh
eric.carlson: review+
wenson_hsieh: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2020-11-04 08:07:23 PST
I'm hitting some build errors when adding unified sources to the WebKit project; we need some minor adjustments to these files:
- Source/WebCore/Modules/mediarecorder/MediaRecorderProvider.h
- Source/WebKit/GPUProcess/media/ios/RemoteMediaSessionHelperProxy.cpp
- Source/WebKit/WebProcess/GPU/webrtc/MediaRecorderPrivate.h
Comment 1 Wenson Hsieh 2020-11-04 08:10:51 PST
Created attachment 413166 [details]
Patch
Comment 2 Wenson Hsieh 2020-11-04 08:24:38 PST
Comment on attachment 413166 [details]
Patch

Thanks for the review!
Comment 3 Wenson Hsieh 2020-11-04 13:08:29 PST
Committed r269379: <https://trac.webkit.org/changeset/269379>