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

Unified Diff: ash/mus/property_util.h

Issue 2042903002: Support app window draggable areas in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 6 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 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

Powered by Google App Engine
This is Rietveld 408576698