Chromium Code Reviews| Index: ui/views/window/dialog_delegate.h |
| =================================================================== |
| --- ui/views/window/dialog_delegate.h (revision 239915) |
| +++ ui/views/window/dialog_delegate.h (working copy) |
| @@ -91,14 +91,6 @@ |
| // 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 |
|
msw
2013/12/11 17:47:13
Hmm, I was considering using this to create top-le
|
| - // 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; |