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

Unified Diff: trunk/src/ui/views/window/dialog_delegate.h

Issue 14765016: Revert 198491 "Render opaque border with no shadow for web conte..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/ui/views/bubble/bubble_frame_view.cc ('k') | trunk/src/ui/views/window/dialog_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/window/dialog_delegate.h
===================================================================
--- trunk/src/ui/views/window/dialog_delegate.h (revision 198505)
+++ trunk/src/ui/views/window/dialog_delegate.h (working copy)
@@ -88,14 +88,6 @@
// Create a frame view using the new dialog style.
static NonClientFrameView* CreateNewStyleFrameView(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* CreateNewStyleFrameView(Widget* widget,
- bool force_opaque_border);
// Called when the window has been closed.
virtual void OnClose() {}
« no previous file with comments | « trunk/src/ui/views/bubble/bubble_frame_view.cc ('k') | trunk/src/ui/views/window/dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698