Chromium Code Reviews| Index: cc/layers/layer_impl.h |
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
| index c0ec013171c81f46f2274bdb513928c071a80b55..e0fa9cf92e37827318f77ad7e24ccc49882d5d17 100644 |
| --- a/cc/layers/layer_impl.h |
| +++ b/cc/layers/layer_impl.h |
| @@ -546,6 +546,11 @@ class CC_EXPORT LayerImpl { |
| DrawMode current_draw_mode_; |
| private: |
| + PropertyTrees* GetPropertyTrees() const; |
|
wkorman
2017/01/06 03:41:02
I named these as GetXxx() since not-infrequently o
wkorman
2017/01/06 17:37:32
On reflection I'd like to rename these to remove t
danakj
2017/01/06 17:50:06
That will collide with the type name - and functio
|
| + EffectTree& GetEffectTree() const; |
| + ScrollTree& GetScrollTree() const; |
| + TransformTree& GetTransformTree() const; |
| + |
| ElementId element_id_; |
| uint32_t mutable_properties_; |
| // Rect indicating what was repainted/updated during update. |