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

Unified Diff: ash/mus/frame/custom_frame_view_mus.cc

Issue 2724693002: mash: improves browser frame decorations (Closed)
Patch Set: merge Created 3 years, 9 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 | « ash/mus/frame/custom_frame_view_mus.h ('k') | ash/mus/non_client_frame_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/frame/custom_frame_view_mus.cc
diff --git a/ash/mus/frame/custom_frame_view_mus.cc b/ash/mus/frame/custom_frame_view_mus.cc
index 468c5610274e46370397060e593f3563d2c4642a..fddd1a84c11923171c7c7d92f06bfa0049a1bd57 100644
--- a/ash/mus/frame/custom_frame_view_mus.cc
+++ b/ash/mus/frame/custom_frame_view_mus.cc
@@ -14,8 +14,12 @@ namespace mus {
CustomFrameViewMus::CustomFrameViewMus(
views::Widget* widget,
ImmersiveFullscreenControllerDelegate* immersive_delegate,
- bool enable_immersive)
- : CustomFrameViewAsh(widget, immersive_delegate, enable_immersive) {}
+ bool enable_immersive,
+ mojom::WindowStyle window_style)
+ : CustomFrameViewAsh(widget,
+ immersive_delegate,
+ enable_immersive,
+ window_style) {}
CustomFrameViewMus::~CustomFrameViewMus() {}
« no previous file with comments | « ash/mus/frame/custom_frame_view_mus.h ('k') | ash/mus/non_client_frame_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698