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

Unified Diff: mash/wm/window_manager_impl.h

Issue 1639563003: Renames WindowManagerConfig to FrameDecorationValues and moves to Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 11 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/window_manager_impl.h
diff --git a/mash/wm/window_manager_impl.h b/mash/wm/window_manager_impl.h
index 38aff19e7ddb1027e8de6e55a54e820206c7867a..bc36ca6a094aac6233303a342289633827a30cf3 100644
--- a/mash/wm/window_manager_impl.h
+++ b/mash/wm/window_manager_impl.h
@@ -46,9 +46,9 @@ class WindowManagerImpl : public mus::mojom::WindowManager,
void OpenWindow(mus::mojom::WindowTreeClientPtr client,
mojo::Map<mojo::String, mojo::Array<uint8_t>>
transport_properties) override;
- void GetConfig(const GetConfigCallback& callback) override;
// WindowManagerDelegate:
+ void SetWindowManagerClient(mus::WindowManagerClient* client) override;
bool OnWmSetBounds(mus::Window* window, gfx::Rect* bounds) override;
bool OnWmSetProperty(mus::Window* window,
const std::string& name,
@@ -57,6 +57,7 @@ class WindowManagerImpl : public mus::mojom::WindowManager,
std::map<std::string, std::vector<uint8_t>>* properties) override;
WindowManagerApplication* state_;
+ mus::WindowManagerClient* window_manager_client_;
DISALLOW_COPY_AND_ASSIGN(WindowManagerImpl);
};

Powered by Google App Engine
This is Rietveld 408576698