DescriptionRemove compositing trigger for will-change: top (and similar)
We can't use will-change: top (and similar) as a compositing trigger because it
changes the paint order by giving the RenderObject a RenderLayer of type
NormalLayer. That will cause us to paint incorrectly.
In a future CL, we could consider this property as a compositing hint if the
RenderObject already has a self-painting RenderLayer. However, let's first
restore correctness in the system before making that change.
R=esprehn@chromium.org
BUG=370604
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173574
Patch Set 1 #Patch Set 2 : Remove from layerTypeRequired logic #
Total comments: 2
Messages
Total messages: 10 (0 generated)
|