Simplify 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}
Showing
Please register or sign in to comment