Bug 155357

Summary: [WinCairo][MediaFoundation] Implement float versions of MediaPlayer methods.
Product: WebKit Reporter: peavo
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch bfulgham: review+

Description peavo 2016-03-11 04:11:06 PST
It seems better to implement the float versions of some of the MediaPlayer methods, since the default implementation of the double versions is to call the float version.
Comment 1 peavo 2016-03-11 04:18:42 PST
Created attachment 273720 [details]
Patch
Comment 2 peavo 2016-03-14 03:20:14 PDT
Created attachment 273951 [details]
Patch
Comment 3 Brent Fulgham 2016-03-14 11:57:12 PDT
Comment on attachment 273951 [details]
Patch

r=me.
Comment 4 peavo 2016-03-14 12:21:21 PDT
(In reply to comment #3)
> Comment on attachment 273951 [details]
> Patch
> 
> r=me.

Thank you!
Comment 5 peavo 2016-03-14 13:59:04 PDT
Committed r198155: <http://trac.webkit.org/changeset/198155>