| Index: ui/views/bubble/bubble_frame_view.h
|
| diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h
|
| index 2db063e1061e38f1f4a6e37064dcc29e1d3e95a8..0f014288a1a70f9d2c3e5c785d753ef6518ecaf5 100644
|
| --- a/ui/views/bubble/bubble_frame_view.h
|
| +++ b/ui/views/bubble/bubble_frame_view.h
|
| @@ -18,9 +18,9 @@ namespace views {
|
| // This is a NonClientFrameView used to render the BubbleBorder.
|
| class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView {
|
| public:
|
| - BubbleFrameView(BubbleBorder::ArrowLocation arrow_location,
|
| - SkColor color,
|
| - const gfx::Insets& margins);
|
| + // Sets the border to |border|, taking ownership. Important: do not call
|
| + // set_border() directly to change the border, use SetBubbleBorder() instead.
|
| + BubbleFrameView(const gfx::Insets& margins, BubbleBorder* border);
|
| virtual ~BubbleFrameView();
|
|
|
| // NonClientFrameView overrides:
|
|
|