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

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

Issue 1456233002: Converts remaining windowmanager property based functions to SetProperty (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/forwarding_window_manager.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 56f93ab2df6105a179195e4b9c0b61ab8f2b3fab..865ae8e519bd108bd0e6e305f60e77ecc56e964f 100644
--- a/components/mus/ws/window_tree_impl.h
+++ b/components/mus/ws/window_tree_impl.h
@@ -238,11 +238,6 @@ class WindowTreeImpl : public mojom::WindowTree, public AccessPolicyDelegate {
bool visible,
mojo::TextInputStatePtr state) override;
void SetClientArea(Id transport_window_id, mojo::InsetsPtr insets) override;
- void SetPreferredSize(uint32_t window_id,
- mojo::SizePtr size,
- const SetPreferredSizeCallback& callback) override;
- void SetResizeBehavior(uint32_t window_id,
- mus::mojom::ResizeBehavior resize_behavior) override;
void WmResponse(uint32 change_id, bool response) override;
// AccessPolicyDelegate:
« no previous file with comments | « components/mus/ws/forwarding_window_manager.cc ('k') | components/mus/ws/window_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698