Index: ui/views/bubble/bubble_delegate.h |
=================================================================== |
--- ui/views/bubble/bubble_delegate.h (revision 170484) |
+++ ui/views/bubble/bubble_delegate.h (working copy) |
@@ -11,10 +11,6 @@ |
#include "ui/views/widget/widget_delegate.h" |
#include "ui/views/widget/widget_observer.h" |
-namespace gfx { |
-class Rect; |
-} |
- |
namespace ui { |
class SlideAnimation; |
} |
@@ -52,8 +48,7 @@ |
virtual void OnWidgetClosing(Widget* widget) OVERRIDE; |
virtual void OnWidgetVisibilityChanged(Widget* widget, bool visible) OVERRIDE; |
virtual void OnWidgetActivationChanged(Widget* widget, bool active) OVERRIDE; |
- virtual void OnWidgetBoundsChanged(Widget* widget, |
- const gfx::Rect& new_bounds) OVERRIDE; |
+ virtual void OnWidgetMoved(Widget* widget) OVERRIDE; |
bool close_on_esc() const { return close_on_esc_; } |
void set_close_on_esc(bool close_on_esc) { close_on_esc_ = close_on_esc; } |