Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index ffc028e79b16ee8bfbbb72b61d4e2cc3cc6cdb44..36807ff8f879c9a9f72afb91038f1e9e82b4b020 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -416,6 +416,7 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient { |
bool IsThreaded() const; |
bool IsRemoteServer() const; |
bool IsRemoteClient() const; |
+ void BuildPropertyTreesForTesting(); |
protected: |
LayerTreeHost(InitParams* params, CompositorMode mode); |