Chromium Code Reviews| Index: ui/views/bubble/tray_bubble_view.h |
| diff --git a/ui/views/bubble/tray_bubble_view.h b/ui/views/bubble/tray_bubble_view.h |
| index b1c337337eec1e35a5c74c4f3f2f6bd7b90aeee3..33564c73f03a4b265f0be3f76fe05e68a9cef165 100644 |
| --- a/ui/views/bubble/tray_bubble_view.h |
| +++ b/ui/views/bubble/tray_bubble_view.h |
| @@ -34,7 +34,7 @@ class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView { |
| public: |
| enum AnchorType { |
| ANCHOR_TYPE_TRAY, |
| - ANCHOR_TYPE_BUBBLE |
| + ANCHOR_TYPE_BUBBLE, |
| }; |
| enum AnchorAlignment { |
|
msw
2013/01/29 23:23:16
nit: Add a comment explaining the meaning of the e
dewittj
2013/01/30 23:08:32
Done.
|
| @@ -96,6 +96,7 @@ class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView { |
| views::BubbleBorder::ArrowLocation arrow_location; |
| int arrow_offset; |
| views::BubbleBorder::Shadow shadow; |
| + views::BubbleBorder::BubbleAlignment arrow_alignment; |
| }; |
| // Constructs and returns a TrayBubbleView. init_params may be modified. |