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

Unified Diff: ash/system/user/tray_user.h

Issue 9813020: Adjust uber tray spacing around avatar and draw avatar using rounded rectangle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 9 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 | « ash/system/tray/system_tray.cc ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/tray_user.h
diff --git a/ash/system/user/tray_user.h b/ash/system/user/tray_user.h
index 6a85d48cee5760c1c614e9d00e8d1ec88dc6266e..0a3afbc7c67848b5fd400d3ecf61d06f89fe57a2 100644
--- a/ash/system/user/tray_user.h
+++ b/ash/system/user/tray_user.h
@@ -19,6 +19,7 @@ namespace internal {
namespace tray {
class UserView;
+class RoundedImageView;
}
class TrayUser : public SystemTrayItem,
@@ -44,7 +45,7 @@ class TrayUser : public SystemTrayItem,
virtual void OnUserUpdate() OVERRIDE;
scoped_ptr<tray::UserView> user_;
- scoped_ptr<views::ImageView> avatar_;
+ scoped_ptr<tray::RoundedImageView> avatar_;
DISALLOW_COPY_AND_ASSIGN(TrayUser);
};
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698