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

Unified Diff: ui/views/bubble/tray_bubble_view.h

Issue 11819048: Implement message center on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 11 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: 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 {
@@ -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.

Powered by Google App Engine
This is Rietveld 408576698