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 3cda1193d715d889eaa0a7063b20081bed50bd22..618d77449607e2a0d5878b299838f0acf951d633 100644 |
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
@@ -546,6 +546,8 @@ void DesktopNativeWidgetAura::InitNativeWidget( |
GetWidget()->GetRootView())); |
} |
+void DesktopNativeWidgetAura::OnWidgetInitDone() {} |
+ |
NonClientFrameView* DesktopNativeWidgetAura::CreateNonClientFrameView() { |
return ShouldUseNativeFrame() ? new NativeFrameView(GetWidget()) : NULL; |
} |