Remove InterpolateLists::Create() in core/animation
As advised in [1], this CL removes unnecessary InterpolateLists::Create() in //third_party/blink/renderer/core/animation and make their constructors public, then make the callers use std::make_unique<InterpolateLists> instead of it's Create() factory function. [1] https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/iJ1bawbxbWs/vEdfT5QtBgAJ Bug: 939691 Change-Id: Ic3544f8ded2a05f5f5e00a4570317f3e5bad4f48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531889Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#642428}
Showing
Please register or sign in to comment