| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 8ccd09b46fe4e1e3fc1cbcdd82b946255da771cd..a1c1b8e5330ff3d7d7015b778dd55b130b5ae38e 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -256,9 +256,7 @@ class CC_EXPORT LayerTreeImpl {
|
| // Updates draw properties and render surface layer list, as well as tile
|
| // 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,
|
| - bool force_skip_verify_visible_rect_calculations = false);
|
| + bool UpdateDrawProperties(bool update_lcd_text);
|
| void BuildPropertyTreesForTesting();
|
| void BuildLayerListAndPropertyTreesForTesting();
|
|
|
|
|