Index: components/mus/ws/window_finder.h |
diff --git a/components/mus/ws/window_finder.h b/components/mus/ws/window_finder.h |
deleted file mode 100644 |
index 2b535fcb35baaebe9b32ef62f77d15c65f89a6e6..0000000000000000000000000000000000000000 |
--- a/components/mus/ws/window_finder.h |
+++ /dev/null |
@@ -1,33 +0,0 @@ |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef COMPONENTS_MUS_WS_WINDOW_FINDER_H_ |
-#define COMPONENTS_MUS_WS_WINDOW_FINDER_H_ |
- |
-namespace gfx { |
-class Point; |
-class Transform; |
-} |
- |
-namespace mus { |
-namespace ws { |
- |
-class ServerWindow; |
- |
-// Find the deepest visible child of |root| that should receive an event at |
-// |location|. |location| is initially in the coordinate space of |
-// |root_window|, on return it is converted to the coordinates of the return |
-// value. |
-ServerWindow* FindDeepestVisibleWindowForEvents( |
- ServerWindow* root_window, |
- gfx::Point* location); |
- |
-// Retrieve the transform to the provided |window|'s coordinate space from the |
-// root. |
-gfx::Transform GetTransformToWindow(ServerWindow* window); |
- |
-} // namespace ws |
-} // namespace mus |
- |
-#endif // COMPONENTS_MUS_WS_WINDOW_FINDER_H_ |