| Index: ash/system/tray/tray_background_view.cc
|
| diff --git a/ash/system/tray/tray_background_view.cc b/ash/system/tray/tray_background_view.cc
|
| index 7ec4ed10c4aada5b1f398b387651dc71925d49be..0f966ffe253acbf2387b66e3bf251596ece0e1da 100644
|
| --- a/ash/system/tray/tray_background_view.cc
|
| +++ b/ash/system/tray/tray_background_view.cc
|
| @@ -18,6 +18,7 @@
|
| #include "ui/aura/window.h"
|
| #include "ui/base/accessibility/accessible_view_state.h"
|
| #include "ui/gfx/canvas.h"
|
| +#include "ui/gfx/rect.h"
|
| #include "ui/gfx/screen.h"
|
| #include "ui/gfx/skia_util.h"
|
| #include "ui/views/background.h"
|
| @@ -51,7 +52,8 @@ class TrayBackgroundView::TrayWidgetObserver : public views::WidgetObserver {
|
| : host_(host) {
|
| }
|
|
|
| - virtual void OnWidgetMoved(views::Widget* widget) OVERRIDE {
|
| + virtual void OnWidgetBoundsChanged(views::Widget* widget,
|
| + const gfx::Rect& new_bounds) OVERRIDE {
|
| host_->AnchorUpdated();
|
| }
|
|
|
|
|