Index: ash/mus/property_util.h |
diff --git a/ash/mus/property_util.h b/ash/mus/property_util.h |
index fd7938e66d36e761585b7490b6ec72c0896d22a6..0d519dd5c9221ae094d4a267f53f1f1ee5262a1e 100644 |
--- a/ash/mus/property_util.h |
+++ b/ash/mus/property_util.h |
@@ -78,6 +78,8 @@ bool IsWindowJankyProperty(const void* key); |
void SetAlwaysOnTop(::mus::Window* window, bool value); |
bool IsAlwaysOnTop(::mus::Window* window); |
+bool ShouldRemoveStandardFrame(::mus::Window* window); |
+ |
} // namespace mus |
} // namespace ash |