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

Unified Diff: mash/wm/property_util.h

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: Created 4 years, 12 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: mash/wm/property_util.h
diff --git a/mash/wm/property_util.h b/mash/wm/property_util.h
index 04b540a2463c5547811f43bad38d741d18e80abd..d53e2def840cd8fa39feeeb6d36a89852a2fb2ed 100644
--- a/mash/wm/property_util.h
+++ b/mash/wm/property_util.h
@@ -37,7 +37,7 @@ gfx::Size GetWindowPreferredSize(const mus::Window* window);
mojom::Container GetRequestedContainer(const mus::Window* window);
-mus::mojom::ResizeBehavior GetResizeBehavior(const mus::Window* window);
+int32_t GetResizeBehavior(const mus::Window* window);
yzshen1 2016/01/07 19:24:52 Please add comment what does the return value mean
Sam McNally 2016/01/08 05:12:51 Done.
void SetRestoreBounds(mus::Window* window, const gfx::Rect& bounds);
gfx::Rect GetRestoreBounds(const mus::Window* window);

Powered by Google App Engine
This is Rietveld 408576698