DescriptionSimplify the SVGGraphicsElement ...CTM methods
GetCTM() only has a single caller, so can be trivially folded. Similarly
GetScreenCTM which has one kAllowStyleUpdate and one
kDisallowStyleUpdate, so it can be folded while hoisting the call to
update style and layout.
This means that there are no longer a collision between internal methods
and the ones exposed in the DOM, so the "...FromJavascript" suffixes can
be dropped.
Review-Url: https://codereview.chromium.org/2858913002
Cr-Commit-Position: refs/heads/master@{#469055}
Committed: https://chromium.googlesource.com/chromium/src/+/9b15a04b5406ec7b03a525aed953c804ff15813e
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|