DescriptionRemove 2 calls to paintInvalidationForWholeRenderer
These calls were needed as we can make the body or the
document element's background bleed into the canvas (ie
replacing the FrameView's background). However the logic
was working around the fact that
clippedOverflowRectForPaintInvalidation didn't account for
the previous cases.
The whole logic works as the 2 renderers where this happens
share the same coordinate space as the viewport. The tests
are all invalidating as much, we just got rid of some stray
invalidations.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178605
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebaselined patch for landing #Messages
Total messages: 16 (0 generated)
|