Chromium Code Reviews| Index: cc/layers/layer_impl.h |
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
| index 35a155de91bc02b43a06d8645f2f8bb4dfe61782..cd791cae1d5380085c6f2b5bcee17c1f0a24dbd9 100644 |
| --- a/cc/layers/layer_impl.h |
| +++ b/cc/layers/layer_impl.h |
| @@ -448,6 +448,8 @@ class CC_EXPORT LayerImpl { |
| } |
| bool raster_even_if_not_drawn() const { return raster_even_if_not_drawn_; } |
| + bool HasValidPropertyTreeIndices() const; |
| + |
| protected: |
| LayerImpl(LayerTreeImpl* layer_impl, |
| int id, |