Bug 138756 - [iOS] AVKit and MediaPlayer SPI are not available in public SDK
Summary: [iOS] AVKit and MediaPlayer SPI are not available in public SDK
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad iOS 8.1
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on: 138751
Blocks: 136487
  Show dependency treegraph
 
Reported: 2014-11-14 14:09 PST by Daniel Bates
Modified: 2014-11-18 12:40 PST (History)
4 users (show)

See Also:


Attachments
Patch (9.42 KB, patch)
2014-11-14 14:15 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (15.89 KB, patch)
2014-11-14 14:45 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2014-11-14 14:09:25 PST
The iOS WebKit port makes use of private header from the AVKit and MediaPlayer frameworks. Towards building the port using the public SDK, we should forward declare the applicable SPI.
Comment 1 Daniel Bates 2014-11-14 14:15:40 PST
Created attachment 241623 [details]
Patch
Comment 2 Daniel Bates 2014-11-14 14:45:29 PST
Created attachment 241627 [details]
Patch

Actually add files AVKitSPI.h and MPAVRoutingControllerSPI.h
Comment 3 Daniel Bates 2014-11-17 10:30:09 PST
Comment on attachment 241627 [details]
Patch

Clearing flags on attachment: 241627

Committed r176206: <http://trac.webkit.org/changeset/176206>
Comment 4 Daniel Bates 2014-11-17 10:30:14 PST
All reviewed patches have been landed.  Closing bug.