Chromium Code Reviews| Index: ui/wm/core/window_animations.cc |
| diff --git a/ui/wm/core/window_animations.cc b/ui/wm/core/window_animations.cc |
| index 07476c36b0456c73c283fabbf27a1e48dc7852b9..eb43332c85c5af2dcf0f1f76cf00035304b1b3fd 100644 |
| --- a/ui/wm/core/window_animations.cc |
| +++ b/ui/wm/core/window_animations.cc |
| @@ -103,6 +103,9 @@ class HidingWindowAnimationObserverBase : public aura::WindowObserver { |
| layer_owner_->root(), topmost_transient_child->layer()); |
| } |
| } |
| + // Reset the transform for the window_ so that window's bound is represent |
|
sky
2016/05/18 00:03:55
nit: |window_| (just as on line 80 and 81).
Also,
|
| + // the correct value. |
| + window_->layer()->SetTransform(gfx::Transform()); |
| } |
| protected: |