| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 1076cc48b86b4e0cca0b937bcff31ead88e62e5d..34cba0e394339a44191c581576f0e541d2e09d2d 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -262,6 +262,7 @@ class CC_EXPORT LayerTreeImpl {
|
| // priorities. Returns false if it was unable to update. Updating lcd
|
| // text may cause invalidations, so should only be done after a commit.
|
| bool UpdateDrawProperties(bool update_lcd_text);
|
| + void BuildPropertyTreesForTesting();
|
| void BuildLayerListAndPropertyTreesForTesting();
|
|
|
| void set_needs_update_draw_properties() {
|
|
|