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

Unified Diff: cc/trees/property_tree_builder.h

Issue 1921503005: cc: Move main thread hierarchy dependencies into PropertyTreeBuilder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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/occlusion_tracker_unittest.cc ('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 49a91751234bb5d655403b1b8fa79bc536339847..be6829e21d1761b6e712e082c8780f74ba458ce1 100644
--- a/cc/trees/property_tree_builder.h
+++ b/cc/trees/property_tree_builder.h
@@ -16,6 +16,12 @@ class LayerTreeHost;
class PropertyTreeBuilder {
public:
+ static Layer* FindFirstScrollableLayer(Layer* root_layer);
+
+ static void CC_EXPORT PreCalculateMetaInformation(Layer* root_layer);
+ static void CC_EXPORT
+ PreCalculateMetaInformationForTesting(LayerImpl* root_layer);
+
static void CC_EXPORT
BuildPropertyTrees(Layer* root_layer,
const Layer* page_scale_layer,
« no previous file with comments | « cc/trees/occlusion_tracker_unittest.cc ('k') | cc/trees/property_tree_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698