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

Unified Diff: cc/trees/property_tree.h

Issue 1070133002: Only allow change-of-basis between transform nodes on the same ancestor chain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2nd DCHECK added Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/trees/property_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 00dc8d54ea5ed2426dd1d3dcc3d74130bb8afff1..6654c8f3a45dd99ee83f914fd40fe2692e8db36d 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -165,9 +165,6 @@ class CC_EXPORT TransformTree final : public PropertyTree<TransformNode> {
// |anc_id|.
bool IsDescendant(int desc_id, int anc_id) const;
- // Returns the index of the lowest common ancestor of the nodes |a| and |b|.
- int LowestCommonAncestor(int a, int b) const;
-
// Computes the combined transform between |source_id| and |dest_id| and
// returns false if the inverse of a singular transform was used. These two
// nodes must be on the same ancestor chain.
« no previous file with comments | « no previous file | cc/trees/property_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698