For the general direction (still moving a bit), there's an all-in-one CL at https://chromium-review.googlesource.com/c/chromium/src/+/8035442
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add ShapeReferenceBox and start plumbing it to shape interpolation types
Add a ShapeReferenceBox type that is a "lowest common denominator" of
all the ad-hoc types currently in use to carry the reference box for a
property. A future CL will make the type less lax.
Plumb this new type to CSSBasicShapeInterpolationType,
CSSPathInterpolationType, basic_shape_interpolation_functions and
CSSShapeInterpolationType.
This is a first step towards reducing duplication among the different
basic shape interpolation types. More plumbing of ShapeReferenceBox will
follow.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |