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

Unified Diff: ui/aura_shell/launcher/tabbed_launcher_button.h

Issue 8418006: Changes around the launcher so that it only shows the most recently (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months 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 | « ui/aura_shell/examples/aura_shell_main.cc ('k') | ui/aura_shell/launcher/tabbed_launcher_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/launcher/tabbed_launcher_button.h
diff --git a/ui/aura_shell/launcher/tabbed_launcher_button.h b/ui/aura_shell/launcher/tabbed_launcher_button.h
index 28264f5c0f1bd479976e53152c53151ad9a61010..f8ec69d3d94e33a023d3ed70f0627e8a891948f4 100644
--- a/ui/aura_shell/launcher/tabbed_launcher_button.h
+++ b/ui/aura_shell/launcher/tabbed_launcher_button.h
@@ -40,7 +40,11 @@ class TabbedLauncherButton : public views::CustomButton {
LauncherButtonHost* host_;
- static SkBitmap* bg_image_;
+ // Background images. Which one is chosen depends upon how many images are
+ // provided.
+ static SkBitmap* bg_image_1_;
+ static SkBitmap* bg_image_2_;
+ static SkBitmap* bg_image_3_;
DISALLOW_COPY_AND_ASSIGN(TabbedLauncherButton);
};
« no previous file with comments | « ui/aura_shell/examples/aura_shell_main.cc ('k') | ui/aura_shell/launcher/tabbed_launcher_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698