Bug 178838

Summary: Implement seek tolerance methods in WebAVPlayerController.
Product: WebKit Reporter: Jeremy Jones <jeremyj-wk>
Component: MediaAssignee: Jeremy Jones <jeremyj-wk>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
eric.carlson: review+
Patch for landing none

Description Jeremy Jones 2017-10-25 16:52:48 PDT
Implement seek tolerance methods in WebAVPlayerController.
Comment 1 Jeremy Jones 2017-10-25 16:54:24 PDT
rdar://problem/33781777
Comment 2 Jeremy Jones 2017-10-25 16:59:35 PDT
Created attachment 324925 [details]
Patch
Comment 3 Eric Carlson 2017-10-25 17:18:50 PDT
Comment on attachment 324925 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=324925&action=review

> Source/WebCore/platform/ios/WebVideoFullscreenControllerAVKit.mm:143
> +    void seekToTime(double, double, double) override;

Nit : some of the changes in  this patch won’t be necessary if you give the new parameters default values of 0.
Comment 4 Jeremy Jones 2017-10-26 16:10:25 PDT
Created attachment 325074 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2017-10-26 23:06:42 PDT
Comment on attachment 325074 [details]
Patch for landing

Clearing flags on attachment: 325074

Committed r224085: <https://trac.webkit.org/changeset/224085>