RESOLVED FIXED 209904
[iOS] Allow WebKit to use camera in multi-tasking mode
https://bugs.webkit.org/show_bug.cgi?id=209904
Summary [iOS] Allow WebKit to use camera in multi-tasking mode
Eric Carlson
Reported 2020-04-02 07:01:43 PDT
Allow WebKit to use camera in multi-tasking mode
Attachments
Patch (4.43 KB, patch)
2020-04-02 07:08 PDT, Eric Carlson
no flags
Eric Carlson
Comment 1 2020-04-02 07:08:21 PDT
Eric Carlson
Comment 2 2020-04-02 07:09:02 PDT
youenn fablet
Comment 3 2020-04-02 07:11:54 PDT
Comment on attachment 395265 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395265&action=review > Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:398 > +#if PLATFORM(IOS_FAMILY) Should probably be: #if PLATFORM(IOS_FAMILY) && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV).
Eric Carlson
Comment 4 2020-04-02 08:54:00 PDT
Comment on attachment 395265 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395265&action=review >> Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:398 >> +#if PLATFORM(IOS_FAMILY) > > Should probably be: #if PLATFORM(IOS_FAMILY) && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV). This file isn't compiled for watch or AppleTV
EWS
Comment 5 2020-04-02 09:00:01 PDT
Committed r259388: <https://trac.webkit.org/changeset/259388> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395265 [details].
Note You need to log in before you can comment on or make changes to this bug.