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

Unified Diff: ui/views/widget/widget.cc

Issue 1565243002: Fixes bug where client area would not get set correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « ui/views/widget/native_widget_private.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.cc
diff --git a/ui/views/widget/widget.cc b/ui/views/widget/widget.cc
index 04c9011b9d92d0689770a0fc8631518cc489c587..18aa4c63c9fb10a44882de7a5305c83b28bd5c6e 100644
--- a/ui/views/widget/widget.cc
+++ b/ui/views/widget/widget.cc
@@ -397,6 +397,7 @@ void Widget::Init(const InitParams& in_params) {
// the correct NativeTheme (on Linux). See http://crbug.com/384492
observer_manager_.Add(GetNativeTheme());
native_widget_initialized_ = true;
+ native_widget_->OnWidgetInitDone();
}
// Unconverted methods (see header) --------------------------------------------
« no previous file with comments | « ui/views/widget/native_widget_private.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698