| 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..2617c9e4b3ab0fe0f32e94a83678e5e18af73832 100644
|
| --- a/ui/views/bubble/bubble_frame_view.h
|
| +++ b/ui/views/bubble/bubble_frame_view.h
|
| @@ -18,9 +18,7 @@ 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);
|
| + explicit BubbleFrameView(const gfx::Insets& margins);
|
| virtual ~BubbleFrameView();
|
|
|
| // NonClientFrameView overrides:
|
|
|