Index: ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc |
diff --git a/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc b/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc |
index 916499de444dd55ea8d9539d01d1067de4a0567e..8a254ae523c80ce7632bee9b5d0941351b3f61f8 100644 |
--- a/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc |
+++ b/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc |
@@ -25,11 +25,10 @@ |
namespace ash { |
VirtualKeyboardTray::VirtualKeyboardTray(WmShelf* wm_shelf) |
- : TrayBackgroundView(wm_shelf), |
+ : TrayBackgroundView(wm_shelf, true), |
icon_(new views::ImageView), |
wm_shelf_(wm_shelf) { |
SetInkDropMode(InkDropMode::ON); |
- SetContentsBackground(false); |
icon_->SetImage(gfx::CreateVectorIcon(kShelfKeyboardIcon, kShelfIconColor)); |
SetIconBorderForShelfAlignment(); |