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); |
}; |