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

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

Issue 10270002: Get the custom frame limping with win-aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/widget/native_widget_aura.cc
===================================================================
--- ui/views/widget/native_widget_aura.cc (revision 134532)
+++ ui/views/widget/native_widget_aura.cc (working copy)
@@ -231,9 +231,11 @@
aura::client::SetActivationDelegate(window_, this);
- // TODO(erg): Move this somewhere else?
- if (desktop_helper_.get())
+ if (desktop_helper_.get()) {
+ desktop_helper_->PostInitialize();
+ // TODO(erg): Move this somewhere else?
desktop_helper_->ShowRootWindow();
+ }
}
NonClientFrameView* NativeWidgetAura::CreateNonClientFrameView() {

Powered by Google App Engine
This is Rietveld 408576698