Index: ash/system/tray/tray_background_view.cc |
=================================================================== |
--- ash/system/tray/tray_background_view.cc (revision 170484) |
+++ ash/system/tray/tray_background_view.cc (working copy) |
@@ -18,7 +18,6 @@ |
#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" |
@@ -52,8 +51,7 @@ |
: host_(host) { |
} |
- virtual void OnWidgetBoundsChanged(views::Widget* widget, |
- const gfx::Rect& new_bounds) OVERRIDE { |
+ virtual void OnWidgetMoved(views::Widget* widget) OVERRIDE { |
host_->AnchorUpdated(); |
} |