LocalFrameView::SetNeedsIntersectionObservation over invalidates |
||
Issue descriptionSetNeedsIntersectionObservation propagates a dirty bit to the top of the frame tree. As a result, a paint invalidation anywhere in the frame tree will cause every IntersectionObservation in the frame tree to be treated as dirty and recomputed. We should do the same thing here as we do in the layout tree: have a "self" dirty bit and a "child" dirty bit.
,
Sep 10
|
||
►
Sign in to add a comment |
||
Comment 1 by szager@chromium.org
, Sep 7