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

Unified Diff: mash/wm/window_manager_impl.h

Issue 1474543002: Makes NewWindow() take set of properties for window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke shadow_style changes Created 5 years, 1 month 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 | « components/mus/ws/window_tree_unittest.cc ('k') | mash/wm/window_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_impl.h
diff --git a/mash/wm/window_manager_impl.h b/mash/wm/window_manager_impl.h
index 40fa8cdee7cde179ac6400350b71775cc3b24314..c03d5af7184de1ee58d998ff8326cce423d8970c 100644
--- a/mash/wm/window_manager_impl.h
+++ b/mash/wm/window_manager_impl.h
@@ -26,9 +26,9 @@ class WindowManagerImpl : public mus::mojom::WindowManager,
gfx::Rect GetMaximizedWindowBounds() const;
// mus::mojom::WindowManager:
- void OpenWindow(
- mus::mojom::WindowTreeClientPtr client,
- mojo::Map<mojo::String, mojo::Array<uint8_t>> properties) override;
+ void OpenWindow(mus::mojom::WindowTreeClientPtr client,
+ mojo::Map<mojo::String, mojo::Array<uint8_t>>
+ transport_properties) override;
void GetConfig(const GetConfigCallback& callback) override;
mus::Window* GetContainerForChild(mus::Window* child);
« no previous file with comments | « components/mus/ws/window_tree_unittest.cc ('k') | mash/wm/window_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698