| Index: ash/launcher/launcher_view.h
|
| diff --git a/ash/launcher/launcher_view.h b/ash/launcher/launcher_view.h
|
| index ece7ba6652c1ec8ed1c00eddcba219c56866c317..69cd1584c4c87dab2f8710e1acc904c315f81d2a 100644
|
| --- a/ash/launcher/launcher_view.h
|
| +++ b/ash/launcher/launcher_view.h
|
| @@ -244,6 +244,9 @@ class ASH_EXPORT LauncherView : public views::View,
|
| // (does not go into overflow).
|
| int last_visible_index_;
|
|
|
| + // Index of the first end-aligned launcher button.
|
| + int end_align_index_;
|
| +
|
| scoped_ptr<views::BoundsAnimator> bounds_animator_;
|
|
|
| OverflowButton* overflow_button_;
|
|
|