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

Unified Diff: ash/mus/property_util.h

Issue 2724693002: mash: improves browser frame decorations (Closed)
Patch Set: cleanup Created 3 years, 10 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
Index: ash/mus/property_util.h
diff --git a/ash/mus/property_util.h b/ash/mus/property_util.h
index 5078b463ad454b026d8f7fdbf281262c61de5901..2fd6206c08dfae719ccd5d49461733b8adf54fff 100644
--- a/ash/mus/property_util.h
+++ b/ash/mus/property_util.h
@@ -28,6 +28,10 @@ enum class WindowType;
}
namespace ash {
+namespace mojom {
+enum class WindowStyle;
+}
+
namespace mus {
// Functions for extracting properties that are used at a Window creation time.
@@ -59,6 +63,8 @@ bool ShouldRemoveStandardFrame(const InitProperties& properties);
bool ShouldEnableImmersive(const InitProperties& properties);
+mojom::WindowStyle GetWindowStyle(const InitProperties& properties);
+
// Applies |properties| to |window| using |property_converter|.
void ApplyProperties(
aura::Window* window,

Powered by Google App Engine
This is Rietveld 408576698