Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Issue 2875133003: Remove Layer{Impl}::FilterIsAnimating. (Closed)

Created:
3 years, 7 months ago by wkorman
Modified:
3 years, 7 months ago
Reviewers:
chrishtr
CC:
cc-bugs_chromium.org, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove 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. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -18 lines) Patch
M cc/layers/layer.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/layer.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M cc/layers/layer_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/layer_impl.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 3 chunks +11 lines, -6 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
wkorman
3 years, 7 months ago (2017-05-11 20:35:05 UTC) #4
chrishtr
lgtm
3 years, 7 months ago (2017-05-11 20:41:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2875133003/1
3 years, 7 months ago (2017-05-11 20:41:58 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/424526)
3 years, 7 months ago (2017-05-11 23:38:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2875133003/20001
3 years, 7 months ago (2017-05-12 03:07:31 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/382717)
3 years, 7 months ago (2017-05-12 04:42:03 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2875133003/20001
3 years, 7 months ago (2017-05-12 05:04:32 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/382755)
3 years, 7 months ago (2017-05-12 06:11:20 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2875133003/20001
3 years, 7 months ago (2017-05-12 14:50:24 UTC) #20
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 15:39:41 UTC) #23
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/53a44329b63a7772bbd141040ba3...

Powered by Google App Engine
This is Rietveld 408576698