RESOLVED CONFIGURATION CHANGED129708
refactor WebVideoFullscreenInterfaceAVKit and WebVideoFullscreenModelMediaElement we WebThreadRun is only used in WebKit1
https://bugs.webkit.org/show_bug.cgi?id=129708
Summary refactor WebVideoFullscreenInterfaceAVKit and WebVideoFullscreenModelMediaEle...
Jeremy Jones
Reported 2014-03-04 14:46:08 PST
WebVideoFullscreenInterfaceAVKit and WebVideoFullscreenModelMediaElement are used in both WK1 and WK2. In WK2 calls into them happen in the correct thread automatically. In WK1 they call directly into each other and so dispatching to the correct thread is required. This should be refactored so that WebThreadRun is only used in the WK1 implementation.
Attachments
Jeremy Jones
Comment 1 2017-11-02 11:40:45 PDT
This has been fixed by other changes.
Note You need to log in before you can comment on or make changes to this bug.