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

Unified Diff: cc/trees/property_tree_builder.h

Issue 1062403002: cc: Plumbing for storing property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix perf test compile failure 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 | « cc/trees/property_tree.h ('k') | cc/trees/property_tree_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree_builder.h
diff --git a/cc/trees/property_tree_builder.h b/cc/trees/property_tree_builder.h
index 7f5f479ec1c9df43a84c92ac7889d22a285ce887..0635e3b4753a0397bee9ac2e62ed7b9d78c20171 100644
--- a/cc/trees/property_tree_builder.h
+++ b/cc/trees/property_tree_builder.h
@@ -24,9 +24,7 @@ class PropertyTreeBuilder {
float device_scale_factor,
const gfx::Rect& viewport,
const gfx::Transform& device_transform,
- TransformTree* transform_tree,
- ClipTree* clip_tree,
- OpacityTree* opacity_tree);
+ PropertyTrees* property_trees);
};
} // namespace cc
« no previous file with comments | « cc/trees/property_tree.h ('k') | cc/trees/property_tree_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698