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

Unified Diff: ash/launcher/overflow_button.h

Issue 11434099: Use the correct launcher assets for shelf alignment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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
« no previous file with comments | « ash/launcher/overflow_bubble.cc ('k') | ash/launcher/overflow_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/overflow_button.h
diff --git a/ash/launcher/overflow_button.h b/ash/launcher/overflow_button.h
index be24ba61575444aa3a194e5176a473361db149ec..69cc79592d3a6541a2204fe210a2392d6a511adb 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);
« no previous file with comments | « ash/launcher/overflow_bubble.cc ('k') | ash/launcher/overflow_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698