Refactor how UseCounter::SyntheticKeyframesInCompositedCSSAnimation is counted
This patch rewrites the detection logic for composited animations that have neutral keyframes. The previous code was relatively expensive and failed a DCHECK when custom properties were used. This patch moves the use counting down into where we actually handle compositing neutral keyframes. BUG=679994 Review-Url: https://codereview.chromium.org/2620303002 Cr-Commit-Position: refs/heads/master@{#443180}
Showing
Please register or sign in to comment