• Ian Hickson's avatar
    Use the same logic in flushPaint as flushLayout (#3353) · d348f28d
    Ian Hickson authored
    If two repaint boundaries mark themselves dirty, but the second one is a
    child of the first, then the second one will get repainted by the first
    and then when we come to paint it directly, we get confused because it
    isn't dirty any more.
    
    We ran into this in layout before. Apply the same fix. Also, apply the
    same fix to composition while we're at it.
    d348f28d
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...