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

Unified Diff: ash/mus/property_util.cc

Issue 2514243002: Propagates window type properties during aura-mus window creation (Closed)
Patch Set: merge Created 4 years, 1 month 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 | « no previous file | services/ui/public/interfaces/window_manager_constants.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/property_util.cc
diff --git a/ash/mus/property_util.cc b/ash/mus/property_util.cc
index 9aa2a9f302be21f12d58b2b0fedade91f8f00b4e..349c2440496849db9e2ce5aa22879fe8a765f4b6 100644
--- a/ash/mus/property_util.cc
+++ b/ash/mus/property_util.cc
@@ -163,6 +163,9 @@ ui::wm::WindowType GetWmWindowType(const ui::Window* window) {
case ui::mojom::WindowType::TOOLTIP:
return ui::wm::WINDOW_TYPE_TOOLTIP;
+
+ case ui::mojom::WindowType::UNKNOWN:
+ return ui::wm::WINDOW_TYPE_UNKNOWN;
}
return ui::wm::WINDOW_TYPE_UNKNOWN;
« no previous file with comments | « no previous file | services/ui/public/interfaces/window_manager_constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698