Issue metadata
Sign in to add a comment
|
Codesearch fails to find some uses of a variable (element_id_to_transform_node_index) |
||||||||||||||||||||||||
Issue descriptionIn property_tree_builder.cc we use a variable called element_id_to_transform_node_index: https://cs.chromium.org/chromium/src/cc/trees/property_tree_builder.cc?type=cs&q=element_id_to_transform_node_index&l=640 This element_id_to_transform_node_index link is not clickable though. Similarly, if you look up uses of element_id_to_transform_node_index by clicking it in the following: https://cs.chromium.org/chromium/src/cc/trees/property_tree.h?dr=C&l=588 property_tree_builder.cc is not listed in the results.
,
Mar 2 2017
I don't think this is a duplicate of issue 697786 . property_tree_builder.cc hasn't changed recently so this isn't just a matter of xrefs being stale. More likely some parser is struggling with the line-break before the -> on this: data_for_children->property_trees ->element_id_to_transform_node_index[layer->element_id()] = node->id;
,
Mar 3 2017
Sorry, my bad. I wanted to create one bug for tracking the out of sync issue, and while deduping a bunch of bugs I included this one by mistake.
,
Mar 3 2017
,
May 17 2017
,
Nov 2 2017
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by emso@chromium.org
, Mar 2 2017Status: Duplicate (was: Untriaged)