Commit 1426f691 authored by pfeldman@chromium.org's avatar pfeldman@chromium.org

DevTools: Align status bubble with the contents container, not docked devtools container.

Review URL: http://codereview.chromium.org/149253

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20136 0039d316-1c4b-4281-b951-d872f2087c98
parent 618dab2b
...@@ -1397,7 +1397,8 @@ void BrowserView::Layout() { ...@@ -1397,7 +1397,8 @@ void BrowserView::Layout() {
FindBarController* find_controller = browser_->find_bar(); FindBarController* find_controller = browser_->find_bar();
if (find_controller) if (find_controller)
find_controller->find_bar()->MoveWindowIfNecessary(gfx::Rect(), true); find_controller->find_bar()->MoveWindowIfNecessary(gfx::Rect(), true);
LayoutStatusBubble(bottom); // Align status bubble with the bottom of the contents_container_.
LayoutStatusBubble(top + contents_container_->bounds().height());
SchedulePaint(); SchedulePaint();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment