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

Issue 1884613005: cc : Simplify layer skipping logic (Closed)

Created:
4 years, 8 months ago by jaydasika
Modified:
4 years, 8 months ago
CC:
chromium-reviews, cc-bugs_chromium.org, sunxd
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc : Simplify layer skipping logic Since we no longer skip subtrees, we can remove the logic that supports subtree skipping. BUG=601088 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/8185d3075363d17df8cd2348ffbc27af8740f3ca Cr-Commit-Position: refs/heads/master@{#387320}

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : Rebase #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -82 lines) Patch
M cc/trees/draw_property_utils.cc View 1 2 3 4 5 6 7 8 1 chunk +24 lines, -70 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +21 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M cc/trees/property_tree.cc View 1 2 3 4 2 chunks +5 lines, -10 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
jaydasika
PTAL
4 years, 8 months ago (2016-04-12 19:46:33 UTC) #3
ajuma
https://codereview.chromium.org/1884613005/diff/20001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1884613005/diff/20001/cc/trees/property_tree.cc#newcode1252 cc/trees/property_tree.cc:1252: (!node->data.has_animated_opacity || property_trees()->is_active) && What if nothing triggers a ...
4 years, 8 months ago (2016-04-12 21:48:14 UTC) #4
jaydasika
https://codereview.chromium.org/1884613005/diff/20001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1884613005/diff/20001/cc/trees/property_tree.cc#newcode1252 cc/trees/property_tree.cc:1252: (!node->data.has_animated_opacity || property_trees()->is_active) && On 2016/04/12 21:48:14, ajuma wrote: ...
4 years, 8 months ago (2016-04-13 00:13:43 UTC) #5
jaydasika
https://codereview.chromium.org/1884613005/diff/40001/cc/trees/layer_tree_host_common_unittest.cc File cc/trees/layer_tree_host_common_unittest.cc (right): https://codereview.chromium.org/1884613005/diff/40001/cc/trees/layer_tree_host_common_unittest.cc#newcode5194 cc/trees/layer_tree_host_common_unittest.cc:5194: EXPECT_FALSE(node->data.is_drawn_on_active); This should be the main and pending bool.
4 years, 8 months ago (2016-04-13 00:17:52 UTC) #6
ajuma
https://codereview.chromium.org/1884613005/diff/20001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1884613005/diff/20001/cc/trees/property_tree.cc#newcode1252 cc/trees/property_tree.cc:1252: (!node->data.has_animated_opacity || property_trees()->is_active) && On 2016/04/13 00:13:42, jaydasika wrote: ...
4 years, 8 months ago (2016-04-13 14:33:15 UTC) #7
jaydasika
https://codereview.chromium.org/1884613005/diff/20001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1884613005/diff/20001/cc/trees/property_tree.cc#newcode1252 cc/trees/property_tree.cc:1252: (!node->data.has_animated_opacity || property_trees()->is_active) && On 2016/04/13 14:33:15, ajuma wrote: ...
4 years, 8 months ago (2016-04-13 18:48:42 UTC) #8
ajuma
https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc#newcode653 cc/trees/draw_property_utils.cc:653: needs_update_again_after_activation); This would also make us update every frame ...
4 years, 8 months ago (2016-04-13 19:53:07 UTC) #9
jaydasika
https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc#newcode653 cc/trees/draw_property_utils.cc:653: needs_update_again_after_activation); On 2016/04/13 19:53:06, ajuma wrote: > This would ...
4 years, 8 months ago (2016-04-13 20:21:24 UTC) #10
ajuma
https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc#newcode653 cc/trees/draw_property_utils.cc:653: needs_update_again_after_activation); On 2016/04/13 20:21:24, jaydasika wrote: > On 2016/04/13 ...
4 years, 8 months ago (2016-04-13 20:34:19 UTC) #11
jaydasika
https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc#newcode653 cc/trees/draw_property_utils.cc:653: needs_update_again_after_activation); On 2016/04/13 20:34:18, ajuma wrote: > On 2016/04/13 ...
4 years, 8 months ago (2016-04-13 20:53:08 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1884613005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1884613005/100001
4 years, 8 months ago (2016-04-13 20:55:52 UTC) #14
ajuma
On 2016/04/13 20:53:08, jaydasika wrote: > https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc > File cc/trees/draw_property_utils.cc (right): > > https://codereview.chromium.org/1884613005/diff/60001/cc/trees/draw_property_utils.cc#newcode653 > ...
4 years, 8 months ago (2016-04-13 21:01:50 UTC) #15
jaydasika
Added test
4 years, 8 months ago (2016-04-13 22:27:37 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1884613005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1884613005/140001
4 years, 8 months ago (2016-04-13 22:28:13 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-13 23:39:07 UTC) #20
jaydasika
Had an offline discussion with Ali and the summary is : skipping arbitrary parts of ...
4 years, 8 months ago (2016-04-14 01:28:10 UTC) #21
ajuma
Thanks, lgtm!
4 years, 8 months ago (2016-04-14 14:13:03 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1884613005/140002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1884613005/140002
4 years, 8 months ago (2016-04-14 14:46:25 UTC) #24
commit-bot: I haz the power
Committed patchset #9 (id:140002)
4 years, 8 months ago (2016-04-14 15:20:21 UTC) #25
commit-bot: I haz the power
4 years, 8 months ago (2016-04-14 15:22:08 UTC) #27
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/8185d3075363d17df8cd2348ffbc27af8740f3ca
Cr-Commit-Position: refs/heads/master@{#387320}

Powered by Google App Engine
This is Rietveld 408576698