[Webkit-unassigned] [Bug 111932] Add a heuristic to determine the “primary” snapshotted plugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 10 13:34:07 PDT 2013


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


Dean Jackson <dino at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #192367|review?                     |review+
               Flag|                            |




--- Comment #11 from Dean Jackson <dino at apple.com>  2013-03-10 13:36:32 PST ---
(From update of attachment 192367)
View in context: https://bugs.webkit.org/attachment.cgi?id=192367&action=review

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:3953
> +            LayoutUnit contentArea = renderBox->contentWidth() * renderBox->contentHeight();
> +
> +            if (renderBox->contentWidth() < primarySnapshottedPlugInMinimumWidth || renderBox->contentHeight() < primarySnapshottedPlugInMinimumHeight)
> +                continue;

You can swap these two statements.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list