| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 3105e6f48eaa6c0cd0eb2c380d9285495aaa4059..d85e9adcc5cb536972835025debc8848e0c0d6fb 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -200,7 +200,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 UpdateDrawProperties(bool first_update_after_commit);
|
|
|
| void set_needs_update_draw_properties() {
|
| needs_update_draw_properties_ = true;
|
|
|