• Koji Ishii's avatar
    [LayoutNG] Invalidate inline items recursively when moved · 76fb84fe
    Koji Ishii authored
    CL:1056647 invalidated inline items in LayoutNGText when
    LayoutObjects are moved without full notifications.
    
    However, it did not handle when LayoutInline is moved and it
    has LayoutNGText descendants. In such cases, InsertChildNode
    is called only for the LayoutInline. This patch supports the
    case as well.
    
    Bug: 636993
    Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
    Change-Id: I9aaefec24f3dd67f9d3b257af35e079d07418b71
    Reviewed-on: https://chromium-review.googlesource.com/1065540Reviewed-by: default avatarEmil A Eklund <eae@chromium.org>
    Commit-Queue: Emil A Eklund <eae@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#560305}
    76fb84fe
enable-blink-features=LayoutNG 121 KB