Bug 155357 - [WinCairo][MediaFoundation] Implement float versions of MediaPlayer methods.
Summary: [WinCairo][MediaFoundation] Implement float versions of MediaPlayer methods.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-11 04:11 PST by peavo
Modified: 2016-03-14 13:59 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.58 KB, patch)
2016-03-11 04:18 PST, peavo
no flags Details | Formatted Diff | Diff
Patch (5.26 KB, patch)
2016-03-14 03:20 PDT, peavo
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>