| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index 7667b1efe8923fb8a311f232ceeab6e59071ba13..fae7a155c30da4b01ab6eb1511ec96f94855d290 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -916,6 +916,8 @@ void Layer::SetBoundsFromAnimation(const gfx::Rect& bounds) {
|
| // Always schedule a paint, even if we're invisible.
|
| SchedulePaint(gfx::Rect(bounds.size()));
|
| }
|
| +
|
| + FOR_EACH_OBSERVER(LayerObserver, observer_list_, BoundsChanged(this));
|
| }
|
|
|
| void Layer::SetTransformFromAnimation(const gfx::Transform& transform) {
|
|
|