Chromium Code Reviews| Index: ui/views/bubble/tray_bubble_view.h |
| diff --git a/ui/views/bubble/tray_bubble_view.h b/ui/views/bubble/tray_bubble_view.h |
| index 81042a839e1dc55c79d2e3b6af1f2fc76cb62a4b..edd2dcdb28ddf39fcc4d789d09060cb853443cb0 100644 |
| --- a/ui/views/bubble/tray_bubble_view.h |
| +++ b/ui/views/bubble/tray_bubble_view.h |
| @@ -151,6 +151,8 @@ class VIEWS_EXPORT TrayBubbleView : public BubbleDialogDelegateView, |
| void ViewHierarchyChanged( |
| const ViewHierarchyChangedDetails& details) override; |
| + void SizeToContents() override; |
|
James Cook
2017/06/13 20:43:46
nit: move this up to line 148 to put it with the o
sunxd
2017/06/13 22:13:47
Done.
|
| + |
| private: |
| InitParams params_; |
| BoxLayout* layout_; |