DescriptionFix Repaint-After-Layout after partial layout removal.
When the partial layout code was removed this changed the conditional
for triggering repaintTree from m_doFullRepaint || !partialLayout.isStopping()
to just m_doFullRepaint. This caused repaint to not happen in a lot of cases
because, typically, !paritalLayout.isStopping() was true and would trigger
repaintTree. I don't think we need the check at all and should be
unconditionally triggering repaintTree and using the information from layout to
determine what repaints.
BUG=283623, 320139
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169656
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|