DescriptionRework SVGViewSpec<->SVGSVGElement integration
This turns SVGViewSpec into a more independent component, by moving
parsing (case) logic into it, and changing adding an accessor interface
on SVGSVGElement that allows access to, and handles invalidation of the
SVGSVGElement's view properties.
The m_useCurrentView is done away with, and instead the code just checks
if there's an SVGViewSpec attached. Naturally this also means that care
needs to be taken to "detach" the old SVGViewSpec when needed.
Committed: https://crrev.com/1f7513d86de98696682b56311a3cd0bd8bb28749
Cr-Commit-Position: refs/heads/master@{#436704}
Patch Set 1 #Patch Set 2 : Move setup back to SVGSVGElement #
Messages
Total messages: 19 (12 generated)
|