[webkit-reviews] review granted: [Bug 60511] A WKView with plug-ins paints white when first moved into a window : [Attachment 92877] Defer call to setCanStartMedia() when a WKView is installed in a window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 16:25:09 PDT 2011


Darin Adler <darin at apple.com> has granted mitz at webkit.org's request for review:
Bug 60511: A WKView with plug-ins paints white when first moved into a window
https://bugs.webkit.org/show_bug.cgi?id=60511

Attachment 92877: Defer call to setCanStartMedia() when a WKView is installed
in a window
https://bugs.webkit.org/attachment.cgi?id=92877&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=92877&action=review

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1298
> +	   m_setCanStartMediaTimer.startOneShot(0);

Needs a comment right here about why this is done on a timer.


More information about the webkit-reviews mailing list