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

Unified Diff: ui/views/window/dialog_delegate.cc

Issue 10933085: Update ConstrainedWindowViews appearance according to mock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review updates Created 8 years, 3 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
Index: ui/views/window/dialog_delegate.cc
diff --git a/ui/views/window/dialog_delegate.cc b/ui/views/window/dialog_delegate.cc
index 3922802fc5ff9af5f62f0c15e1d172dc82a45c74..8bc1751878de2e7dc4d3b29a223eacd8941bd763 100644
--- a/ui/views/window/dialog_delegate.cc
+++ b/ui/views/window/dialog_delegate.cc
@@ -89,7 +89,8 @@ View* DialogDelegate::GetInitiallyFocusedView() {
}
ClientView* DialogDelegate::CreateClientView(Widget* widget) {
- return new DialogClientView(widget, GetContentsView());
+ return new DialogClientView(widget, GetContentsView(),
+ DialogClientView::StyleParams());
}
const DialogClientView* DialogDelegate::GetDialogClientView() const {
« ui/views/controls/button/chrome_style.cc ('K') | « ui/views/window/dialog_client_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698