commit | b086d7b562365713a022ac0d5d7768722cf75b1c | [log] [tgz] |
---|---|---|
author | Xiaocheng Hu <xiaochengh@chromium.org> | Thu Jul 04 19:26:28 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 04 19:26:28 2019 |
tree | 140c2ea3bc37fbe87223b4bf2db69d8c8eb153ec | |
parent | ad295decb3e6ec6314e59f212d014e36c568eb05 [diff] |
Minor refactoring to CSSMathExpressionNode::TypeWithCalcResolved() This is in preparation to clean up CSSPrimitiveValue::TypeWithCalcResolved and CSSPrimitiveValue::UnitType::kCalc*. Since this function has the same name as a CSSPrimitiveValue member function, but has quite different semantics, this patch renames it. This patch also moves some code from TransformBuilder into CSSMathFunctionValue to avoid calling this function directly from a not-very-related caller. Bug: 979895 Change-Id: I4891e6643f61723bfc4004560df977bffaab2c33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688383 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Auto-Submit: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#674896}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .