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_; |
sky
2012/11/28 05:13:25
Why do we need to have this as a member?
flackr
2012/11/28 18:07:52
I was doing this to get the index corresponding to
|
+ |
scoped_ptr<views::BoundsAnimator> bounds_animator_; |
OverflowButton* overflow_button_; |