Chromium Code Reviews| Index: cc/trees/layer_tree_impl.h |
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
| index 2f8fbfc7e408f57af9abb77ad048bb389b7b8243..7901c0da2b1978c38bea9cbd8150c99f2d0301ab 100644 |
| --- a/cc/trees/layer_tree_impl.h |
| +++ b/cc/trees/layer_tree_impl.h |
| @@ -223,6 +223,7 @@ class CC_EXPORT LayerTreeImpl { |
| // text may cause invalidations, so should only be done after a commit. |
| bool UpdateDrawProperties(bool update_lcd_text); |
| void BuildPropertyTreesForTesting(); |
| + void IncrementRenderSurfaceListIdForTesting(); |
|
ajuma
2015/11/30 17:55:52
In several unit tests, the render surface list id
|
| void set_needs_update_draw_properties() { |
| needs_update_draw_properties_ = true; |