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

Unified Diff: cc/trees/property_tree.h

Issue 2750853003: cc: Remove friend class TransformTree from PropertyTree (Closed)
Patch Set: oops left other code in previous patchset Created 3 years, 9 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 8c9d158a7bc28ee99741741d115eba725fbe0505..f7e90ea7b47277c8df23da1df91cfd84ecc80de1 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -100,7 +100,6 @@ class CC_EXPORT PropertyTree {
private:
std::vector<T> nodes_;
- friend class TransformTree;
bool needs_update_;
PropertyTrees* property_trees_;
};
« 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