Chromium Code Reviews
DescriptionRemove Layer{Impl}::FilterIsAnimating.
This logic is only used in two places:
1. unit tests
2. cc::PropertyTreeBuilder
For #1 we move the implementation into the unit test file directly.
For #2, this logic is only relevant for non-SPv2, and it's already
got its own copy of the exact same logic.
We could alternatively keep the implementation on Layer and LayerImpl,
and revise #2 to use it, but given that this method is not relevant
for SPv2 and should eventually be removed, prefer instead limiting
as seen in this patch.
BUG=709137
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Review-Url: https://codereview.chromium.org/2875133003
Cr-Commit-Position: refs/heads/master@{#471310}
Committed: https://chromium.googlesource.com/chromium/src/+/53a44329b63a7772bbd141040ba3744ccb49d881
Patch Set 1 #Patch Set 2 : Sync to head. #
Messages
Total messages: 23 (13 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||