[Webkit-unassigned] [Bug 140337] [WinCairo][Video] Windows Media Foundation implementation is not completed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 12 14:47:45 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140337

--- Comment #3 from Alex Christensen <alex.christensen at flexsim.com> ---
Comment on attachment 244411
  --> https://bugs.webkit.org/attachment.cgi?id=244411
Patch

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

This looks like some pretty dang good work in progress.  I wouldn't be opposed to having this in WebKit and it can be polished from here.  What do you think, Brent?

> Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp:212
> +        ::MoveWindow(m_hwndVideo, rect.x(), rect.y(), rect.width(), rect.height(), FALSE);

Does this just move the child window over where the video element is supposed to be?  Does it draw controls below the child window?  What if the parent window is moved or not in the coordinates (0,0)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150112/40c3b1d4/attachment-0002.html>


More information about the webkit-unassigned mailing list