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

Unified Diff: ash/system/ime/tray_ime.h

Issue 9969068: ash: Animate changes in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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/system/ime/tray_ime.h
diff --git a/ash/system/ime/tray_ime.h b/ash/system/ime/tray_ime.h
index 264944e2451fe21a2740e5d4990735e14bae6ec1..cc635f7fa460bac1c0ba179e37865d0a641ddf81 100644
--- a/ash/system/ime/tray_ime.h
+++ b/ash/system/ime/tray_ime.h
@@ -25,6 +25,8 @@ class IMEDefaultView;
class IMEDetailedView;
};
+class TrayItemView;
+
class TrayIME : public SystemTrayItem,
public IMEObserver {
public:
@@ -45,7 +47,7 @@ class TrayIME : public SystemTrayItem,
// Overridden from IMEObserver.
virtual void OnIMERefresh() OVERRIDE;
- scoped_ptr<views::Label> tray_label_;
+ scoped_ptr<TrayItemView> tray_label_;
scoped_ptr<tray::IMEDefaultView> default_;
scoped_ptr<tray::IMEDetailedView> detailed_;

Powered by Google App Engine
This is Rietveld 408576698