Index: chrome/browser/ui/views/find_bar_host.cc |
diff --git a/chrome/browser/ui/views/find_bar_host.cc b/chrome/browser/ui/views/find_bar_host.cc |
index 636e58726c2fb1736977c6a279beea45a46c80e7..cdec6d827671889443ce4be7aeeb8c39893b1c0d 100644 |
--- a/chrome/browser/ui/views/find_bar_host.cc |
+++ b/chrome/browser/ui/views/find_bar_host.cc |
@@ -311,11 +311,6 @@ void FindBarHost::SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw) { |
if (new_pos.IsEmpty()) |
return; |
- // Make sure the window edges are clipped to just the visible region. We need |
- // to do this before changing position, so that when we animate the closure |
- // of it it doesn't look like the window crumbles into the toolbar. |
- UpdateWindowEdges(new_pos); |
- |
SetWidgetPositionNative(new_pos, no_redraw); |
// Tell the immersive mode controller about the find bar's new bounds. The |