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

Issue 1975623002: cc : Add LayerToPropertyTreeIndices map to PropertyTrees (Closed)

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

Description

cc : Add LayerToPropertyTreeIndices map to PropertyTrees This is dead code for now. The map is populated but not used. This map will be used whenever we want to get property tree node from a layer id without de-referencing LayerImpl. This will ultimately become a map from stable id to property tree index. BUG=611936 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/6f47e3b18ac6b9084799d2d5978c6ef831fa5a07 Cr-Commit-Position: refs/heads/master@{#393646}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -33 lines) Patch
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 1 chunk +94 lines, -0 lines 0 comments Download
M cc/trees/property_tree.h View 1 2 3 6 chunks +14 lines, -5 lines 0 comments Download
M cc/trees/property_tree.cc View 1 2 3 9 chunks +34 lines, -13 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 2 3 7 chunks +20 lines, -0 lines 0 comments Download
M cc/trees/property_tree_unittest.cc View 1 2 3 11 chunks +72 lines, -15 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
jaydasika
PTAL
4 years, 7 months ago (2016-05-12 00:36:51 UTC) #4
ajuma
Is this intending to build a map from all layer ids to their property tree ...
4 years, 7 months ago (2016-05-12 00:54:56 UTC) #5
jaydasika
On 2016/05/12 00:54:56, ajuma wrote: > Is this intending to build a map from all ...
4 years, 7 months ago (2016-05-12 19:47:47 UTC) #6
ajuma
https://codereview.chromium.org/1975623002/diff/40001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1975623002/diff/40001/cc/trees/property_tree.cc#newcode1929 cc/trees/property_tree.cc:1929: scroll_node_owner_to_node_map = from.scroll_node_owner_to_node_map; Do these also need to be ...
4 years, 7 months ago (2016-05-13 14:38:53 UTC) #7
jaydasika
https://codereview.chromium.org/1975623002/diff/40001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1975623002/diff/40001/cc/trees/property_tree.cc#newcode1929 cc/trees/property_tree.cc:1929: scroll_node_owner_to_node_map = from.scroll_node_owner_to_node_map; On 2016/05/13 14:38:53, ajuma wrote: > ...
4 years, 7 months ago (2016-05-13 19:40:39 UTC) #8
ajuma
Thanks, lgtm
4 years, 7 months ago (2016-05-13 20:08:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975623002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1975623002/60001
4 years, 7 months ago (2016-05-13 20:48:42 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-13 21:39:46 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-13 21:41:13 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6f47e3b18ac6b9084799d2d5978c6ef831fa5a07
Cr-Commit-Position: refs/heads/master@{#393646}

Powered by Google App Engine
This is Rietveld 408576698