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

Unified Diff: ash/system/tray/tray_image_item.h

Issue 23112002: Fixing the gdrive sync item alignment to keep it centered. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reduced to only change the tray_image_item Created 7 years, 4 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 | « no previous file | ash/system/tray/tray_image_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_image_item.h
diff --git a/ash/system/tray/tray_image_item.h b/ash/system/tray/tray_image_item.h
index ebaf30e14a0381b6c90097c650785922c310dc61..6dea5c8372f982e4021f16fdeaf7e8b81af45cc0 100644
--- a/ash/system/tray/tray_image_item.h
+++ b/ash/system/tray/tray_image_item.h
@@ -41,6 +41,9 @@ class TrayImageItem : public SystemTrayItem {
ShelfAlignment alignment) OVERRIDE;
private:
+ // Set the alignment of the image depending on the shelf alignment.
+ void SetItemAlignment(ShelfAlignment alignment);
+
int resource_id_;
TrayItemView* tray_view_;
« no previous file with comments | « no previous file | ash/system/tray/tray_image_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698