| Index: ash/wm/resize_shadow.cc
|
| diff --git a/ash/wm/resize_shadow.cc b/ash/wm/resize_shadow.cc
|
| index 847ded20d50b79547df4ea0161a9a8c7ef7a2281..53eba7034e66ceb37129124bffab4f403614397c 100644
|
| --- a/ash/wm/resize_shadow.cc
|
| +++ b/ash/wm/resize_shadow.cc
|
| @@ -94,6 +94,10 @@ void ResizeShadow::OnWindowHierarchyChanged(
|
| ReparentLayer();
|
| }
|
|
|
| +void ResizeShadow::OnWindowStackingChanged(aura::Window* window) {
|
| + ReparentLayer();
|
| +}
|
| +
|
| void ResizeShadow::ShowForHitTest(int hit) {
|
| // Don't start animations unless something changed.
|
| if (hit == last_hit_test_)
|
|
|