| 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 e15c77991a8818900be03407a11d6b1c8545df08..cd918a3841c3704b4e230fb1348e97c7daf8ffd9 100644
|
| --- a/ui/views/bubble/bubble_frame_view.h
|
| +++ b/ui/views/bubble/bubble_frame_view.h
|
| @@ -80,7 +80,7 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
|
| // of the bubble window. The bubble's arrow location may change if the bubble
|
| // does not fit on the monitor and |adjust_if_offscreen| is true.
|
| gfx::Rect GetUpdatedWindowBounds(const gfx::Rect& anchor_rect,
|
| - gfx::Size client_size,
|
| + const gfx::Size& client_size,
|
| bool adjust_if_offscreen);
|
|
|
| bool close_button_clicked() const { return close_button_clicked_; }
|
|
|