DescriptionRemove FrameView::m_doFullRepaint
This is preparation for optimizing repaint on window resize.
Remove the flag and use RenderView's shouldDoFullRepaintAfterLayout()
instead.
In the next steps, will set RenderView's shouldDoFullRepaintAfterlayout
in less cases (based on https://codereview.chromium.org/265703012/)
so that we don't always repaint on RenderView resize.
BUG=258219
TEST=existing tests.
Patch Set 1 #Patch Set 2 : Rebase #
Total comments: 6
Messages
Total messages: 7 (0 generated)
|