Index: ash/wm/workspace/workspace_window_resizer.cc |
diff --git a/ash/wm/workspace/workspace_window_resizer.cc b/ash/wm/workspace/workspace_window_resizer.cc |
index b8cd5049448f4ee18726872c62a32600b5d8958d..b814b1b0653fb95483522b420704986366b78fd9 100644 |
--- a/ash/wm/workspace/workspace_window_resizer.cc |
+++ b/ash/wm/workspace/workspace_window_resizer.cc |
@@ -561,15 +561,6 @@ WorkspaceWindowResizer::WorkspaceWindowResizer( |
instance_ = this; |
} |
-gfx::Rect WorkspaceWindowResizer::GetFinalBounds( |
- const gfx::Rect& bounds) const { |
- if (snap_phantom_window_controller_.get() && |
- snap_phantom_window_controller_->IsShowing()) { |
- return snap_phantom_window_controller_->bounds_in_screen(); |
- } |
- return bounds; |
-} |
- |
void WorkspaceWindowResizer::LayoutAttachedWindows( |
gfx::Rect* bounds) { |
gfx::Rect work_area(ScreenAsh::GetDisplayWorkAreaBoundsInParent(window())); |