| Index: chrome/browser/chromeos/login/background_view.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/background_view.cc (revision 44004)
|
| +++ chrome/browser/chromeos/login/background_view.cc (working copy)
|
| @@ -91,6 +91,11 @@
|
| status_area_size.height());
|
| }
|
|
|
| +void BackgroundView::ChildPreferredSizeChanged(View* child) {
|
| + Layout();
|
| + SchedulePaint();
|
| +}
|
| +
|
| gfx::NativeWindow BackgroundView::GetNativeWindow() const {
|
| return
|
| GTK_WINDOW(static_cast<WidgetGtk*>(GetWidget())->GetNativeView());
|
|
|