Chromium Code Reviews| Index: cc/layers/layer_impl.h |
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
| index e1fcfc1a00c847fe6c520f9f0152d097d83142f2..2f4bc339e2e762d0a8b378a941fe68c5192e19df 100644 |
| --- a/cc/layers/layer_impl.h |
| +++ b/cc/layers/layer_impl.h |
| @@ -448,9 +448,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
| void SetStackingOrderChanged(bool stacking_order_changed); |
| - bool LayerPropertyChanged() const { |
| - return layer_property_changed_ || LayerIsAlwaysDamaged(); |
| - } |
| + bool LayerPropertyChanged() const { return layer_property_changed_; } |
|
caseq
2014/03/05 13:20:59
Is this a related change?
malch
2014/03/05 14:43:26
Done.
|
| void ResetAllChangeTrackingForSubtree(); |