| Index: components/mus/ws/window_server.h
|
| diff --git a/components/mus/ws/window_server.h b/components/mus/ws/window_server.h
|
| index 36ed1e4c6cbf8c7341f357333eab6e95db67fecc..c2be7241a22f5f536f592736e7501ae354065666 100644
|
| --- a/components/mus/ws/window_server.h
|
| +++ b/components/mus/ws/window_server.h
|
| @@ -119,11 +119,6 @@ class WindowServer : public ServerWindowDelegate,
|
| // Returns true if OnTreeMessagedClient() was invoked for id.
|
| bool DidTreeMessageClient(ClientSpecificId id) const;
|
|
|
| - // Returns the metrics of the viewport where the provided |window| is
|
| - // displayed.
|
| - mojom::ViewportMetricsPtr GetViewportMetricsForWindow(
|
| - const ServerWindow* window);
|
| -
|
| // Returns the WindowTree that has |id| as a root.
|
| WindowTree* GetTreeWithRoot(const ServerWindow* window) {
|
| return const_cast<WindowTree*>(
|
|
|