summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/desktop_layout_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura_shell/desktop_layout_manager.h')
-rw-r--r--ui/aura_shell/desktop_layout_manager.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/aura_shell/desktop_layout_manager.h b/ui/aura_shell/desktop_layout_manager.h
index 5d58a71..28e1f02 100644
--- a/ui/aura_shell/desktop_layout_manager.h
+++ b/ui/aura_shell/desktop_layout_manager.h
@@ -13,9 +13,6 @@
namespace aura {
class Window;
}
-namespace gfx {
-class Rect;
-}
namespace views {
class Widget;
}
@@ -45,12 +42,6 @@ class DesktopLayoutManager : public aura::LayoutManager {
private:
// Overridden from aura::LayoutManager:
virtual void OnWindowResized() OVERRIDE;
- virtual void OnWindowAdded(aura::Window* child) OVERRIDE;
- virtual void OnWillRemoveWindow(aura::Window* child) OVERRIDE;
- virtual void OnChildWindowVisibilityChanged(aura::Window* child,
- bool visibile) OVERRIDE;
- virtual void CalculateBoundsForChild(aura::Window* child,
- gfx::Rect* requested_bounds) OVERRIDE;
aura::Window* owner_;