DescriptionEnsure display items are unique when multiple nested clip paths are used
This patch fixes a bug where nested clip paths (drawn as a mask) would
use the LayoutSVGResourceClipper as the display item client id. This
would crash when multiple elements referenced the same nested clip paths
because the LayoutSVGResourceClipper display item client would be
referenced multiple times.
This patch wraps clip path masks in a single display item.
BUG=598416
Committed: https://crrev.com/3ddca928b60a3ee16c3ffe945dd6b3916883e2ea
Cr-Commit-Position: refs/heads/master@{#383791}
Patch Set 1 #Patch Set 2 : Cleanup createContentPicture too #
Total comments: 4
Patch Set 3 : Make patch great again #
Total comments: 2
Messages
Total messages: 18 (6 generated)
|