Index: components/mus/public/cpp/lib/window_tree_client_impl.h |
diff --git a/components/mus/public/cpp/lib/window_tree_client_impl.h b/components/mus/public/cpp/lib/window_tree_client_impl.h |
index 3782101ec4abd77a168bbfc3e98c23501c416d4b..f6638ec664247a936cf3aa40bd0ca4e0838ce658 100644 |
--- a/components/mus/public/cpp/lib/window_tree_client_impl.h |
+++ b/components/mus/public/cpp/lib/window_tree_client_impl.h |
@@ -102,9 +102,6 @@ class WindowTreeClientImpl : public WindowTreeConnection, |
// is torn down after the root. |
void OnRootDestroyed(Window* root); |
- void SetPreferredSize(Id window_id, const gfx::Size& size); |
- void SetResizeBehavior(Id window_id, mojom::ResizeBehavior resize_behavior); |
- |
private: |
friend class WindowTreeClientImplPrivate; |