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

Unified Diff: chrome/browser/views/tabs/tab_overview_drag_controller.cc

Issue 155006: Fix the Linux2 build. (Closed)
Patch Set: Created 11 years, 6 months 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/views/tabs/tab_overview_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/tab_overview_drag_controller.cc
diff --git a/chrome/browser/views/tabs/tab_overview_drag_controller.cc b/chrome/browser/views/tabs/tab_overview_drag_controller.cc
index 0d622b61a0c2f69b57c94feb351dca1c92716d9c..1fef35d6d6cfce89ba2cd9f6322a4e8cacd93d84 100644
--- a/chrome/browser/views/tabs/tab_overview_drag_controller.cc
+++ b/chrome/browser/views/tabs/tab_overview_drag_controller.cc
@@ -413,7 +413,7 @@ views::Widget* TabOverviewDragController::CreateDetachedWindow(
cell->set_preferred_size(
gfx::Size(grid()->cell_width(), grid()->cell_height()));
controller_->ConfigureCell(cell, tab_contents);
- widget->Init(NULL, gfx::Rect(screen_loc, cell->GetPreferredSize()), true);
+ widget->Init(NULL, gfx::Rect(screen_loc, cell->GetPreferredSize()));
widget->GetRootView()->SetLayoutManager(new views::FillLayout());
widget->GetRootView()->AddChildView(cell);
« no previous file with comments | « chrome/browser/views/tabs/tab_overview_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698