DescriptionRevert of Optimize repaint on FrameView resize (https://codereview.chromium.org/213103003/)
Reason for revert:
Under-repaint if body has percentage positioned or bottom aligned background-image when changing height.
Will work on bug 358460 first.
Original issue's description:
> Optimize repaint on FrameView resize
>
> Previously we always repaint the full FrameView on resize.
>
> Don't mark full repaint if the resize is height-only and writing mode
> is horizontal. Any descendants needing repaint because of FrameView
> resize will still schedule their own repaints.
>
> BUG=258219
> TEST=WebFrameTest.sizeChangeRepaint
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170427
TBR=ojan@chromium.org,dsinclair@chromium.org,esprehn@chromium.org,eseidel@chromium.org,jchaffraix@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=258219, 362407
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171362
Patch Set 1 #Patch Set 2 : Rebase #Messages
Total messages: 13 (0 generated)
|