Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3358)

Unified Diff: chrome/browser/ui/views/hung_renderer_view.cc

Issue 8477019: Adds Window::MoveChildToFront, with surrounding changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | ui/aura/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/hung_renderer_view.cc
diff --git a/chrome/browser/ui/views/hung_renderer_view.cc b/chrome/browser/ui/views/hung_renderer_view.cc
index 18120fd37e91557a2110aebc601aba17be247415..bae12cf74e5be781b9338400eba36ef9021a6919 100644
--- a/chrome/browser/ui/views/hung_renderer_view.cc
+++ b/chrome/browser/ui/views/hung_renderer_view.cc
@@ -336,7 +336,7 @@ void HungRendererDialogView::ShowForTabContents(TabContents* contents) {
gfx::Rect bounds = GetDisplayBounds(contents);
views::Widget* insert_after =
views::Widget::GetWidgetForNativeView(frame_hwnd);
- GetWidget()->SetBoundsConstrained(bounds, insert_after);
+ GetWidget()->SetBoundsConstrained(bounds);
if (insert_after)
GetWidget()->MoveAboveWidget(insert_after);
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | ui/aura/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698