Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ash / system / tray / system_tray_bubble.cc
index 261f31f..cea360b 100644 (file)
@@ -53,7 +53,7 @@ class TrayPopupItemContainer : public views::View {
     }
     views::BoxLayout* layout = new views::BoxLayout(
         views::BoxLayout::kVertical, 0, 0, 0);
-    layout->set_main_axis_alignment(views::BoxLayout::MAIN_AXIS_ALIGNMENT_FILL);
+    layout->SetDefaultFlex(1);
     SetLayoutManager(layout);
     SetPaintToLayer(view->layer() != NULL);
     if (view->layer())