diff options
Diffstat (limited to 'ash/launcher/overflow_button.h')
-rw-r--r-- | ash/launcher/overflow_button.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/launcher/overflow_button.h b/ash/launcher/overflow_button.h index be24ba6..69cc795 100644 --- a/ash/launcher/overflow_button.h +++ b/ash/launcher/overflow_button.h @@ -23,7 +23,7 @@ class OverflowButton : public views::CustomButton { explicit OverflowButton(views::ButtonListener* listener); virtual ~OverflowButton(); - void SetShelfAlignment(ShelfAlignment alignment); + void OnShelfAlignmentChanged(); private: void PaintBackground(gfx::Canvas* canvas, int alpha); @@ -31,7 +31,6 @@ class OverflowButton : public views::CustomButton { // views::View overrides: virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; - ShelfAlignment alignment_; const gfx::ImageSkia* image_; DISALLOW_COPY_AND_ASSIGN(OverflowButton); |