Update SameSizeAsComputedStyle to reflect new changes.
SameSizeAsComputedStyle is meant to be tracking the data layout of ComputedStyle. Recently, we've moved three DataRefs from ComputedStyle to ComputedStyleBase without updating the size assert. This was a silent issue because we changed only the layout, not the size. This patch updates SameSizeAsComputedStyle to reflect the current state of ComputedStyle. BUG=628043 Review-Url: https://codereview.chromium.org/2863423002 Cr-Commit-Position: refs/heads/master@{#471092}
Showing
Please register or sign in to comment