diff options
Diffstat (limited to 'ui/views/window/dialog_delegate.h')
-rw-r--r-- | ui/views/window/dialog_delegate.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/views/window/dialog_delegate.h b/ui/views/window/dialog_delegate.h index 8e8948de..9e87c57 100644 --- a/ui/views/window/dialog_delegate.h +++ b/ui/views/window/dialog_delegate.h @@ -91,14 +91,6 @@ class VIEWS_EXPORT DialogDelegate : public ui::DialogModel, // Create a frame view using the new dialog style. static NonClientFrameView* CreateDialogFrameView(Widget* widget); - // The semi-transparent border and shadow of the new style frame view does not - // work on child windows under Views/Win32. This is a kludge to get a - // reasonable-looking opaque border for the dialog. Note that this does not - // support arrows. - // - // TODO(wittman): Remove once WinAura is in place. - static NonClientFrameView* CreateDialogFrameView(Widget* widget, - bool force_opaque_border); // Returns whether this particular dialog should use the new dialog style. virtual bool UseNewStyleForThisDialog() const; |