animation: Move global NullValue and IsNull into Timing class
In third_party/blink/renderer/core/animation/timing.h, there are static inline functions defined, which are harmful from a PoV of namespace contamination. (Static inline functions in *.h are no good in the first place.) Moves IsNull and NullValue into Timing struct, and removes ValueOrUnresolved. Change-Id: I777740c4ce020dc78350fb2b5c9322db10660705 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106988Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#751391}
Showing
Please register or sign in to comment