Bug 151271

Summary: [WinCairo][MediaFoundation] Video rendered at wrong position.
Product: WebKit Reporter: peavo
Component: WebCore 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 achristensen: review+, achristensen: commit-queue-

peavo
Reported 2015-11-13 12:06:43 PST
Watching videos at YouTube shows that we are not rendering them at the correct position.
Attachments
Patch (1.93 KB, patch)
2015-11-13 12:58 PST, peavo
no flags
Patch (1.93 KB, patch)
2015-11-13 13:00 PST, peavo
achristensen: review+
achristensen: commit-queue-
peavo
Comment 1 2015-11-13 12:58:38 PST
peavo
Comment 2 2015-11-13 13:00:37 PST
Alex Christensen
Comment 3 2015-11-13 13:03:56 PST
Comment on attachment 265493 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=265493&action=review > Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp:2692 > + FloatRect destRect = r; This isn't needed if it's used only once and r is not used anywhere else. Just rename the parameter.
peavo
Comment 4 2015-11-13 13:39:42 PST
(In reply to comment #3) > Comment on attachment 265493 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=265493&action=review > > > Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp:2692 > > + FloatRect destRect = r; > > This isn't needed if it's used only once and r is not used anywhere else. > Just rename the parameter. Thanks for reviewing :) I will rename the parameter.
peavo
Comment 5 2015-11-13 13:52:26 PST
Note You need to log in before you can comment on or make changes to this bug.