Mark/unmark orthogonal writing-mode roots when ancestors were changed
When the writing-mode of ancestors of an orthogonal writing-mode root were changed, the orthogonal writing-mode root may no longer be orthogonal to its parent. However, since the style of the orthogonal writing-mode root was not changed, its styleDidChange() is not called and thus FrameView fails to track it. This patch checks children to mark or unmark as orthogonal roots when the writing-mode was changed after they were created. BUG=584185, 584210 Review URL: https://codereview.chromium.org/1672003002 Cr-Commit-Position: refs/heads/master@{#374794}
Showing
Please register or sign in to comment