commit | afc5934c1ab38f144fb47a18263f3db9328bb065 | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Mon Mar 11 19:06:35 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 11 19:06:35 2019 |
tree | 9b4089b5b47365c44e71e0f1c2609f0f1b849288 | |
parent | 16501df16adfce00a129ebe160c1652b7ad710d9 [diff] |
Clear latched invalidation state for a <marker> when painting We keep track of invalidations in LayoutSVGResourceContainer::completed_invalidations_mask_ to reduce the amount of propagation performed. These flags are then usually cleared on subsequent accesses later during the lifecycle. For non-layout invalidations of markers the latched state would however not be cleared. Clear the latched state when we (try to) paint a marker. Bug: 939455 Change-Id: Ic2359c301a863e16ef0b466753a4cf06d20126a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1511466 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#639586}
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 .