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

Unified Diff: components/mus/ws/window_tree_impl.h

Issue 1423133003: Routes calls to WM through WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no braces Created 5 years, 2 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 | « components/mus/ws/window_tree_host_impl.cc ('k') | components/mus/ws/window_tree_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_impl.h
diff --git a/components/mus/ws/window_tree_impl.h b/components/mus/ws/window_tree_impl.h
index 09aee213a519ad2108c7463a15a406a1772eaef5..53f5b1faaa8d716a884adebb0bea8695bde39bb0 100644
--- a/components/mus/ws/window_tree_impl.h
+++ b/components/mus/ws/window_tree_impl.h
@@ -221,6 +221,16 @@ class WindowTreeImpl : public mojom::WindowTree, public AccessPolicyDelegate {
bool visible,
mojo::TextInputStatePtr state) override;
void SetClientArea(Id transport_window_id, mojo::RectPtr rect) override;
+ void SetPreferredSize(uint32_t window_id,
+ mojo::SizePtr size,
+ const SetPreferredSizeCallback& callback) override;
+ void SetBounds(uint32_t window_id,
+ mojo::RectPtr bounds,
+ const SetBoundsCallback& callback) override;
+ void SetShowState(uint32_t window_id,
+ mus::mojom::ShowState show_state,
+ const SetShowStateCallback& callback) override;
+ void GetDisplays(const GetDisplaysCallback& callback) override;
// AccessPolicyDelegate:
bool IsRootForAccessPolicy(const WindowId& id) const override;
« no previous file with comments | « components/mus/ws/window_tree_host_impl.cc ('k') | components/mus/ws/window_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698