Index: chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc |
diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc b/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc |
index c6540d00000d1baaf8e8acbd371698abd16b494e..76d7e8b3c39a4ce4cf519ad06ca7ebc3778d3899 100644 |
--- a/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc |
+++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc |
@@ -174,10 +174,12 @@ void ChromeNativeAppWindowViewsAura::OnBeforePanelWidgetInit( |
} |
} |
-apps::AppWindowFrameView* |
+views::NonClientFrameView* |
ChromeNativeAppWindowViewsAura::CreateNonStandardAppFrame() { |
apps::AppWindowFrameView* frame = |
- ChromeNativeAppWindowViews::CreateNonStandardAppFrame(); |
+ new apps::AppWindowFrameView(widget(), this, HasFrameColor(), |
+ ActiveFrameColor(), InactiveFrameColor()); |
+ frame->Init(); |
// For Aura windows on the Ash desktop the sizes are different and the user |
// can resize the window from slightly outside the bounds as well. |