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

Unified Diff: ash/common/system/chromeos/ime_menu/ime_menu_tray.h

Issue 2147143002: [Chrome OS MD] Draw a 1px separator between 2 tray items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new approach Created 4 years, 5 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
Index: ash/common/system/chromeos/ime_menu/ime_menu_tray.h
diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
index 4a0ebffab80edd12bee382457a44ad4750dff98a..3a6710724f5145b291b158569d8ab07fd4b14a66 100644
--- a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
+++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
@@ -17,12 +17,13 @@ class Label;
namespace ash {
class StatusAreaWidget;
+class ViewObserver;
class WmWindow;
// The tray item for IME menu.
class ASH_EXPORT ImeMenuTray : public TrayBackgroundView, public IMEObserver {
public:
- explicit ImeMenuTray(WmShelf* wm_shelf);
+ explicit ImeMenuTray(WmShelf* wm_shelf, ViewObserver* view_observer);
~ImeMenuTray() override;
// TrayBackgroundView:

Powered by Google App Engine
This is Rietveld 408576698