| Index: ui/views/bubble/bubble_delegate.h
|
| diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h
|
| index 340cad73114425725020b5aaafe73dae6037f7a9..be35b79f0ee47da369a25684a32c0f14c98b9632 100644
|
| --- a/ui/views/bubble/bubble_delegate.h
|
| +++ b/ui/views/bubble/bubble_delegate.h
|
| @@ -113,6 +113,9 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView,
|
| // after calling CreateBubble.
|
| void SetAlignment(BubbleBorder::BubbleAlignment alignment);
|
|
|
| + // Sets the bubble arrow paint type.
|
| + void SetArrowPaintType(BubbleBorder::ArrowPaintType paint_type);
|
| +
|
| protected:
|
| // Get bubble bounds from the anchor rect and client view's preferred size.
|
| virtual gfx::Rect GetBubbleBounds();
|
|
|