DescriptionRemove unused code in InvalidatableInterpolation
This patch removes two functions in InvalidatableInterpolation that are
unreached: apply and getCachedValueForTesting.
Since InvalidatableInterpolation has cached values, I had originally intended to
supply a meaningful implementation for getCachedValueForTesting. However, after
further consultation, I'm instead removing the virtual function from the
Interpolation superclass and modifying the tests that use it to make it explicit
that they will be executing LegacyStyleInterpolation::getCachedValueForTesting.
BUG=678875
Review-Url: https://codereview.chromium.org/2627793002
Cr-Commit-Position: refs/heads/master@{#443055}
Committed: https://chromium.googlesource.com/chromium/src/+/ff407634505cc3c6203ed2f746000b6d6eea79b6
Patch Set 1 #
Total comments: 1
Patch Set 2 : Simplify test in response to review #
Depends on Patchset: Messages
Total messages: 14 (7 generated)
|