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

Unified Diff: ui/views/bubble/bubble_delegate.cc

Issue 16084008: Restore Views dialog dragging and titlebar system menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a TestBubbleDelegateView hack for hit testing. Created 7 years, 7 months 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 | « no previous file | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_delegate.cc
diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc
index 706475f652a4d235b3367df0999d8ca05cd458e0..e262990d8d88a0819b49b5178e20bd3de69794cd 100644
--- a/ui/views/bubble/bubble_delegate.cc
+++ b/ui/views/bubble/bubble_delegate.cc
@@ -61,6 +61,7 @@ class BubbleBorderDelegate : public WidgetDelegate,
}
// WidgetDelegate overrides:
+ virtual bool CanResize() const OVERRIDE { return bubble_->CanResize(); }
virtual bool CanActivate() const OVERRIDE { return false; }
virtual void DeleteDelegate() OVERRIDE { delete this; }
virtual Widget* GetWidget() OVERRIDE { return widget_; }
« no previous file with comments | « no previous file | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698