commit | ac4f5a68966e43cd7778f9864de52d1446a82c37 | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Tue Nov 06 19:44:13 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 06 19:44:13 2018 |
tree | 55c783a94b740fafd459bffe11f8a8a181b26eba | |
parent | ba8da0d77023a093221d5cd0488b6d69d0565226 [diff] |
Need to walk ancestors when text descendants of LayoutSVGText changes In LayoutSVGText::InvalidatePositioningValues - which is called when a number of different modifications to text is performed - we only flagged the node itself for layout/paint invalidation. We also need to walk the ancestor chain in case the text is a descendant of a resource. (A <clipPath> in this specific case.) Bug: 901851 Change-Id: Ia70860107616496e979c43a1d1a681def8b8c206 Reviewed-on: https://chromium-review.googlesource.com/c/1320069 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#605789}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .