Index: ash/wm/common/wm_screen_util.h |
diff --git a/ash/wm/common/wm_screen_util.h b/ash/wm/common/wm_screen_util.h |
deleted file mode 100644 |
index e016b5b043cb02f6c2c0a6f09f937f958af79781..0000000000000000000000000000000000000000 |
--- a/ash/wm/common/wm_screen_util.h |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-// Copyright 2016 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 ASH_WM_COMMON_WM_SCREEN_UTIL_H_ |
-#define ASH_WM_COMMON_WM_SCREEN_UTIL_H_ |
- |
-#include "ash/ash_export.h" |
- |
-namespace gfx { |
-class Rect; |
-} |
- |
-namespace ash { |
-namespace wm { |
- |
-class WmWindow; |
- |
-ASH_EXPORT gfx::Rect GetDisplayWorkAreaBoundsInParent(WmWindow* window); |
-ASH_EXPORT gfx::Rect GetDisplayWorkAreaBounds(WmWindow* window); |
-ASH_EXPORT gfx::Rect GetDisplayBoundsInParent(WmWindow* window); |
-ASH_EXPORT gfx::Rect GetMaximizedWindowBoundsInParent(WmWindow* window); |
- |
-} // namespace wm |
-} // namespace ash |
- |
-#endif // ASH_WM_COMMON_WM_SCREEN_UTIL_H_ |