Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2613)

Unified Diff: ash/launcher/launcher_view.h

Issue 11348201: Align panel icons on the right / end. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698