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

Unified Diff: chrome/browser/views/new_browser_window_widget.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 | « no previous file | chrome/browser/views/tabs/tab_overview_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/new_browser_window_widget.cc
diff --git a/chrome/browser/views/new_browser_window_widget.cc b/chrome/browser/views/new_browser_window_widget.cc
index 20d29baf582f9da60bb406e5516ee8bab43ef1fa..74499c513c4dabb1b3740c115950551faddb2449 100644
--- a/chrome/browser/views/new_browser_window_widget.cc
+++ b/chrome/browser/views/new_browser_window_widget.cc
@@ -29,7 +29,7 @@ NewBrowserWindowWidget::NewBrowserWindowWidget(Profile* profile)
views::WidgetGtk* widget =
new views::WidgetGtk(views::WidgetGtk::TYPE_WINDOW);
widget->MakeTransparent();
- widget->Init(NULL, gfx::Rect(0, 0, pref.width(), pref.height()), false);
+ widget->Init(NULL, gfx::Rect(0, 0, pref.width(), pref.height()));
TabOverviewTypes::instance()->SetWindowType(
widget->GetNativeView(),
TabOverviewTypes::WINDOW_TYPE_CREATE_BROWSER_WINDOW,
« no previous file with comments | « no previous file | chrome/browser/views/tabs/tab_overview_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698