| Index: components/mus/ws/window_server.h
|
| diff --git a/components/mus/ws/window_server.h b/components/mus/ws/window_server.h
|
| index c2be7241a22f5f536f592736e7501ae354065666..0ec0a161dc9e25b38c54d59091cfcd23f0faaac9 100644
|
| --- a/components/mus/ws/window_server.h
|
| +++ b/components/mus/ws/window_server.h
|
| @@ -13,7 +13,6 @@
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "components/mus/public/cpp/surfaces/custom_surface_converter.h"
|
| #include "components/mus/public/interfaces/window_manager_factory.mojom.h"
|
| #include "components/mus/public/interfaces/window_tree.mojom.h"
|
| #include "components/mus/public/interfaces/window_tree_host.mojom.h"
|
| @@ -238,10 +237,6 @@ class WindowServer : public ServerWindowDelegate,
|
| void OnScheduleWindowPaint(ServerWindow* window) override;
|
| const ServerWindow* GetRootWindow(const ServerWindow* window) const override;
|
| void ScheduleSurfaceDestruction(ServerWindow* window) override;
|
| - ServerWindow* FindWindowForSurface(
|
| - const ServerWindow* ancestor,
|
| - mojom::SurfaceType surface_type,
|
| - const ClientWindowId& client_window_id) override;
|
|
|
| // Overridden from ServerWindowObserver:
|
| void OnWindowDestroyed(ServerWindow* window) override;
|
|
|