[Webkit-unassigned] [Bug 5547] resizing safari window on page with heavy opacity is very slow
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Mar 4 14:28:31 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=5547
------- Comment #6 from macdome at opendarwin.org 2006-03-04 14:28 PDT -------
It is definitely this line of code at fault:
render_layer.cpp:
static bool mustExamineRenderer(RenderObject* renderer)
{
if (renderer->isCanvas() || renderer->isRoot() || renderer->isInlineFlow())
return true;
layers of inline flows are *always* repainted. Not good :( We'd have to
change this check to actually check against their bounds.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list