| 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_;
|
|
|
|
|