summaryrefslogtreecommitdiffstats
path: root/cc/trees/property_tree_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Fix draw transforms for descendants of fixed-position layersajuma2015-05-061-0/+93
* cc: Fix property tree position updates when rebuilding is skippedajuma2015-04-241-0/+14
* cc: Only compute transforms and clips when they might have changedajuma2015-04-211-0/+3
* Make TransformTree::CombineTransformsBetween run fasterjaydasika2015-04-161-0/+38
* cc: Re-use transforms from transform nodes when computing visible rectsajuma2015-04-101-0/+104
* Only allow change-of-basis between transform nodes on the same ancestor chainjaydasika2015-04-091-88/+0
* cc: ComputeTransform should succeed when destination is an ancestorajuma2015-03-301-0/+29
* cc: Fix transform flattening in property treesajuma2015-03-141-0/+70
* Derive draw transforms from property trees.vollick2015-02-101-39/+36
* Introduce Property Treesvollick2014-12-171-0/+207