Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: ui/views/widget/widget_observer.h

Issue 11308124: Hide new Autofill Popup on Main Widget Resize or Move. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/widget.cc ('k') | ui/views/widget/widget_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget_observer.h
diff --git a/ui/views/widget/widget_observer.h b/ui/views/widget/widget_observer.h
index ba9539ed1ff3f25bb150350615d45d998423ba79..a46e9e7c97019838d8cc0934cc626fd97daffd3d 100644
--- a/ui/views/widget/widget_observer.h
+++ b/ui/views/widget/widget_observer.h
@@ -22,6 +22,8 @@ class VIEWS_EXPORT WidgetObserver {
virtual void OnWidgetMoved(Widget* widget) {}
sky 2012/11/20 19:19:56 Can you combine these into OnWidgetBoundsChanged(W
csharp 2012/11/21 14:53:22 Done.
+ virtual void OnWidgetSizeChanged(Widget* widget, const gfx::Size& size) {}
+
protected:
virtual ~WidgetObserver() {}
};
« no previous file with comments | « ui/views/widget/widget.cc ('k') | ui/views/widget/widget_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698