[Webkit-unassigned] [Bug 25252] REGRESSION (r41469): mis-layout at endless.com before window resize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 1 11:22:16 PDT 2009


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





------- Comment #19 from eric at webkit.org  2009-05-01 11:22 PDT -------
I wonder if changing the order to set that it has no layer before destroying
the layer would change anything.

            ASSERT(hasLayer()); 
        61          ASSERT(m_layer); 
        62          m_layer->destroy(renderArena()); 
        63          m_layer = 0; 
        64          setHasLayer(false);

I do seem to have changed the relative order between setHasLayer(false) and
m_layer->destory(), but I really really doubt that should matter.

I guess RenderWidgets would always be involved since the FrameView is a
RenderWidget, no?

Is this a paint problem or a layout problem?  Changing the order in which I
clear clip rects vs. destroy the layer could cause a paint problem, but
shouldn't cause a layout problem.


-- 
Configure bugmail: https://bugs.webkit.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