| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 289c963f4c84b5b90164ba7521804e1694b81c2d..a4745f66a93c382076d221a5dcf3f2985c1359d3 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -550,9 +550,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| // Called when the layer's number of drawable descendants changes.
|
| void AddDrawableDescendants(int num);
|
|
|
| - void AddDependentNeedsPushProperties();
|
| - void RemoveDependentNeedsPushProperties();
|
| -
|
| bool IsPropertyChangeAllowed() const;
|
|
|
| // Serialize all the necessary properties to be able to reconstruct this Layer
|
|
|