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

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

Issue 2576533003: Converts some services to use aura-mus (Closed)
Patch Set: remove log Created 4 years 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/desktop_aura/desktop_native_widget_aura.cc
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
index b3ec277e25a186d8fa4f10eb724c5ff5edc6b325..8935580bd28fb29fbf8d3dc48611c777bab44011 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
@@ -537,7 +537,9 @@ void DesktopNativeWidgetAura::InitNativeWidget(
GetWidget()->GetRootView()));
}
-void DesktopNativeWidgetAura::OnWidgetInitDone() {}
+void DesktopNativeWidgetAura::OnWidgetInitDone() {
+ desktop_window_tree_host_->OnWidgetInitDone();
+}
NonClientFrameView* DesktopNativeWidgetAura::CreateNonClientFrameView() {
return desktop_window_tree_host_->CreateNonClientFrameView();
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_native_widget_aura.h ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698