|
|
Chromium Code Reviews
Descriptioncc: Remove internal Inputs struct from LayerTree
This internal division of data was done to allow blimp to easily
identify the data that needed to be serialized. Since that is no longer
necessary, the patch reverts that before merging the LayerTree back
into the host.
BUG=682436
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Review-Url: https://codereview.chromium.org/2650583013
Cr-Commit-Position: refs/heads/master@{#446376}
Committed: https://chromium.googlesource.com/chromium/src/+/8476b653814ed190107d9c60e5fb0142be79deb9
Patch Set 1 #
Total comments: 2
Patch Set 2 : header #Patch Set 3 : full_tree_sync #Patch Set 4 : .. #Messages
Total messages: 28 (18 generated)
Description was changed from ========== cc: Remove internal Inputs struct from LayerTree This internal division of data was done to allow blimp to easily identify the data that needed to be serialized. Since that is no longer necessary, the patch reverts that before merging the LayerTree back into the host. BUG=682436 ========== to ========== cc: Remove internal Inputs struct from LayerTree This internal division of data was done to allow blimp to easily identify the data that needed to be serialized. Since that is no longer necessary, the patch reverts that before merging the LayerTree back into the host. BUG=682436 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel ==========
The CQ bit was checked by khushalsagar@chromium.org to run a CQ dry run
khushalsagar@chromium.org changed reviewers: + danakj@chromium.org
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
LGTM https://codereview.chromium.org/2650583013/diff/1/cc/trees/layer_tree.cc File cc/trees/layer_tree.cc (right): https://codereview.chromium.org/2650583013/diff/1/cc/trees/layer_tree.cc#newc... cc/trees/layer_tree.cc:22: : top_controls_height_(0.f), if you don't mind.. while you're here.. it'd be nice to move all the constant initializers over to the header.
https://codereview.chromium.org/2650583013/diff/1/cc/trees/layer_tree.cc File cc/trees/layer_tree.cc (right): https://codereview.chromium.org/2650583013/diff/1/cc/trees/layer_tree.cc#newc... cc/trees/layer_tree.cc:22: : top_controls_height_(0.f), On 2017/01/25 22:26:30, danakj (slow) wrote: > if you don't mind.. while you're here.. it'd be nice to move all the constant > initializers over to the header. Done. :)
The CQ bit was checked by khushalsagar@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from danakj@chromium.org Link to the patchset: https://codereview.chromium.org/2650583013/#ps20001 (title: "header")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Cool thanks!
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_...)
Looks like I had missed the needs_full_tree_sync initialization to true. I thought it should have happened anyway when we set the root layer on the tree but the tests were overriding that method to make it a no-op. Do you want to take another look?
The CQ bit was checked by khushalsagar@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by khushalsagar@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
LGTM
The CQ bit was checked by khushalsagar@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 60001, "attempt_start_ts": 1485453882400570,
"parent_rev": "e99cb231b7f6ae64a55e31f9589476e341c00734", "commit_rev":
"8476b653814ed190107d9c60e5fb0142be79deb9"}
Message was sent while issue was closed.
Description was changed from ========== cc: Remove internal Inputs struct from LayerTree This internal division of data was done to allow blimp to easily identify the data that needed to be serialized. Since that is no longer necessary, the patch reverts that before merging the LayerTree back into the host. BUG=682436 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel ========== to ========== cc: Remove internal Inputs struct from LayerTree This internal division of data was done to allow blimp to easily identify the data that needed to be serialized. Since that is no longer necessary, the patch reverts that before merging the LayerTree back into the host. BUG=682436 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2650583013 Cr-Commit-Position: refs/heads/master@{#446376} Committed: https://chromium.googlesource.com/chromium/src/+/8476b653814ed190107d9c60e5fb... ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/8476b653814ed190107d9c60e5fb... |
