| 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 a17a4f8f487eede0823a540e7654ceee3544b2cd..1bf9f3518f016d00fea79c8a557967da91092181 100644
|
| --- a/ui/views/bubble/bubble_frame_view.h
|
| +++ b/ui/views/bubble/bubble_frame_view.h
|
| @@ -46,6 +46,7 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
|
| virtual void ResetWindowControls() OVERRIDE;
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| virtual void UpdateWindowTitle() OVERRIDE;
|
| + virtual void SizeConstraintsChanged() OVERRIDE;
|
|
|
| // Set the FontList to be used for the title of the bubble.
|
| // Caller must arrange to update the layout to have the call take effect.
|
|
|