> > Source/WebKit2/UIProcess/ios/WebVideoFullscreenManagerProxy.mm:79 > > + setSeekableRanges(*timeRanges); > > Could you pass the Vector<> directly instead of creating a temporary TimeRanges? The is one of a couple solutions. 1) Create an encoder/decoder for TimeRanges to they can cross IPC boundary. Thus removing the vector. 2) Pass Vector<> directly, which will unnecessarily convert TimeRanges to a Vector<> in WK1.
<rdar://problem/28227915>
I am unable to find this in WebKit source (from searchfox.org): 'WebVideoFullscreenManagerProxy' -> does not exist. 'setSeekableRanges' -> using this as search term __ Is it still applicable?