| Index: ash/system/tray/tray_background_view.h
|
| ===================================================================
|
| --- ash/system/tray/tray_background_view.h (revision 150618)
|
| +++ ash/system/tray/tray_background_view.h (working copy)
|
| @@ -81,6 +81,10 @@
|
| bool value,
|
| internal::BackgroundAnimator::ChangeType change_type);
|
|
|
| + // Called after all status area trays have been created. Sets the border
|
| + // based on the position of the view.
|
| + void SetBorder();
|
| +
|
| StatusAreaWidget* status_area_widget() {
|
| return status_area_widget_;
|
| }
|
| @@ -88,8 +92,6 @@
|
| ShelfAlignment shelf_alignment() const { return shelf_alignment_; }
|
|
|
| private:
|
| - void SetBorder();
|
| -
|
| // Unowned pointer to parent widget.
|
| StatusAreaWidget* status_area_widget_;
|
|
|
|
|