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

Unified Diff: ash/mus/property_util.h

Issue 2203003003: Get AcceleratorControllerTest working with mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 4 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/bridge/wm_window_mus.cc ('k') | ash/mus/property_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/property_util.h
diff --git a/ash/mus/property_util.h b/ash/mus/property_util.h
index 1daf725d5aa79aeea411963b662782b27e166c32..25b8792eb7210a1bc0f57b53dc0d7c5b47e140bb 100644
--- a/ash/mus/property_util.h
+++ b/ash/mus/property_util.h
@@ -45,6 +45,8 @@ bool GetRequestedContainer(const ui::Window* window,
// Returns a bitfield of kResizeBehavior* values from
// window_manager_constants.mojom.
+void SetResizeBehavior(ui::Window::SharedProperties* properties,
+ int32_t resize_behavior);
int32_t GetResizeBehavior(const ui::Window* window);
void SetRestoreBounds(ui::Window* window, const gfx::Rect& bounds);
« no previous file with comments | « ash/mus/bridge/wm_window_mus.cc ('k') | ash/mus/property_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698